diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-30 22:46:35 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-30 23:34:08 +0200 |
commit | f1695eceb3d18501a603dcc89da020c676d9b617 (patch) | |
tree | 9c33a8a414afc6ea4d1e8fcc0f442e5f9235faa5 | |
parent | 0199867815b599994fae350a67263d91435adc29 (diff) |
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 <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 88ea8a657..4de0a72a3 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 |