Fix enable-volume-image-dep-tests config option

Replaced hyphen with underscore in config option

Change-Id: I5a34b57809fe2b3ef94e3b4b2ae3a6ea23003c0f
This commit is contained in:
Maxim Sava 2024-06-25 11:17:16 +03:00
parent 1be8cabb46
commit 4bd81f8b17
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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')