Browse code

Merge "Add new configuration option for LM+grenade job"

Jenkins authored on 2017/04/19 06:29:16
Showing 1 changed files
... ...
@@ -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