Skip to content

Commit 3904fb8

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Enable the volume bootable feature flag that was added in kilo"
2 parents c342243 + d1d6667 commit 3904fb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/tempest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ function configure_tempest {
452452
iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions
453453

454454
# Volume
455+
# TODO(dkranz): Remove the bootable flag when Juno is end of life.
456+
iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
457+
455458
local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
456459
if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then
457460
# Enabled extensions are either the ones explicitly specified or those available on the API endpoint

0 commit comments

Comments
 (0)