|
...
|
...
|
@@ -356,6 +356,7 @@ function configure_tempest {
|
|
356
|
356
|
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
|
|
357
|
357
|
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
|
|
358
|
358
|
iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
|
|
|
359
|
+ iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_back_and_forth ${LIVE_MIGRATE_BACK_AND_FORTH:-False}
|
|
359
|
360
|
iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
|
|
360
|
361
|
if is_service_enabled n-cell; then
|
|
361
|
362
|
# Cells doesn't support shelving/unshelving
|