Change-Id: I5f8e0154a8b654b4c65b95f8b5c03e1a9be9e137
| ... | ... |
@@ -451,6 +451,9 @@ function configure_tempest {
|
| 451 | 451 |
iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions |
| 452 | 452 |
|
| 453 | 453 |
# Volume |
| 454 |
+ # TODO(dkranz): Remove the bootable flag when Juno is end of life. |
|
| 455 |
+ iniset $TEMPEST_CONFIG volume-feature-enabled bootable True |
|
| 456 |
+ |
|
| 454 | 457 |
local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
|
| 455 | 458 |
if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then |
| 456 | 459 |
# Enabled extensions are either the ones explicitly specified or those available on the API endpoint |