Fix typo
Change-Id: I30fb6d97679d35dab81a4cfe14ffec4e06f1b4ee
This commit is contained in:
parent
bd63eea1ee
commit
e5e1a6ca48
@ -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
|
||||
--------------------------
|
||||
|
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user