diff --git a/lib/tempest b/lib/tempest index 9847e67984..9fba0aa0a2 100644 --- a/lib/tempest +++ b/lib/tempest @@ -452,6 +452,9 @@ function configure_tempest { iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions # Volume + # TODO(dkranz): Remove the bootable flag when Juno is end of life. + iniset $TEMPEST_CONFIG volume-feature-enabled bootable True + local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"} if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then # Enabled extensions are either the ones explicitly specified or those available on the API endpoint