From: Cédric Ollivier Date: Tue, 30 Apr 2019 20:46:35 +0000 (+0200) Subject: Use block devices for live migration X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7d817d2bafa8c8416d64d6ca097b36480e078ca5;p=functest.git Use block devices for live migration The default values conform with OpenStack and Functest gates [1]. It could be set to false if shared storage-based live migration is supported [2]. It also currently disables cold migration. [1] http://logs.openstack.org/84/632984/24/check/tempest-multinode-full-py3/4216037/controller/logs/tempest_conf.txt.gz [2] https://docs.openstack.org/nova/pike/admin/configuring-migrations.html Change-Id: I0faa415eba610c20ba54353ac7ba7b0e83722c32 Signed-off-by: Cédric Ollivier (cherry picked from commit f1695eceb3d18501a603dcc89da020c676d9b617) --- diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 5d3bba328..90ba47c94 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -4,6 +4,8 @@ compute: compute-feature-enabled: shelve: false vnc_console: false + cold_migration: false + block_migration_for_live_migration: true identity: user_unique_last_password_count: 2 user_lockout_duration: 10