From e5e1a6ca48ba25e0408c5f84c613dbfde4916a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 12 May 2022 16:29:14 +0200 Subject: [PATCH] Fix typo Change-Id: I30fb6d97679d35dab81a4cfe14ffec4e06f1b4ee --- README.rst | 2 +- whitebox_tempest_plugin/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 96f1f2d2..9f22face 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ tested in CI. Some tests have specific hardware requirements. These should be documented as config options, and tests are expected to skip if their hardware requirements -are not declared in the configration. +are not declared in the configuration. Install, configure and run -------------------------- diff --git a/whitebox_tempest_plugin/config.py b/whitebox_tempest_plugin/config.py index 7e622b7a..27ce8e4f 100644 --- a/whitebox_tempest_plugin/config.py +++ b/whitebox_tempest_plugin/config.py @@ -127,7 +127,7 @@ nova_compute_group = cfg.OptGroup( nova_compute_opts = [ cfg.StrOpt( 'config_path', - help='Path to the configration file for the nova-compute service.'), + help='Path to the configuration file for the nova-compute service.'), cfg.StrOpt( 'start_command', help='Command to start the nova-compute service, without any '