Fix enable-volume-image-dep-tests config option
Replaced hyphen with underscore in config option Change-Id: I5a34b57809fe2b3ef94e3b4b2ae3a6ea23003c0f
This commit is contained in:
parent
1be8cabb46
commit
4bd81f8b17
@ -1,6 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add new config option 'enable-volume-image-dep-tests' in section
|
||||
Add new config option 'enable_volume_image_dep_tests' in section
|
||||
[volume-feature-enabled] which should be used in
|
||||
image<->volume<->snapshot dependency tests.
|
||||
|
@ -1071,7 +1071,7 @@ VolumeFeaturesGroup = [
|
||||
default=None,
|
||||
help='Volume types used for data volumes. Multiple volume '
|
||||
'types can be assigned.'),
|
||||
cfg.BoolOpt('enable-volume-image-dep-tests',
|
||||
cfg.BoolOpt('enable_volume_image_dep_tests',
|
||||
default=True,
|
||||
help='Run tests for dependencies between images, volumes'
|
||||
'and instance snapshots')
|
||||
|
Loading…
x
Reference in New Issue
Block a user