Browse code

Merge "Enable the volume bootable feature flag that was added in kilo"

Jenkins authored on 2015/06/23 01:37:38
Showing 1 changed files
... ...
@@ -452,6 +452,9 @@ function configure_tempest {
452 452
     iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions
453 453
 
454 454
     # Volume
455
+    # TODO(dkranz): Remove the bootable flag when Juno is end of life.
456
+    iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
457
+
455 458
     local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
456 459
     if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then
457 460
         # Enabled extensions are either the ones explicitly specified or those available on the API endpoint