From 85fdb28c25697cd6c916e5a122bcf4e5be251439 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 1 May 2019 00:06:54 +0200 Subject: [PATCH] Manage block_migration_for_live_migration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It follows the change "Use block devices for live migration" in Functest [1]. It keep the value as False if ceph. [1] https://gerrit.opnfv.org/gerrit/#/c/67729/ Change-Id: If4230344040815581805ce7268120994c4314ea2 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-alpine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index b2a976474..e314e6274 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -156,6 +156,7 @@ apex) compute-feature-enabled: shelve: false vnc_console: true + block_migration_for_live_migration: false identity-feature-enabled: api_v2: false api_v2_admin: false @@ -176,6 +177,7 @@ compass) compute-feature-enabled: shelve: false vnc_console: false + block_migration_for_live_migration: false spice_console: true identity-feature-enabled: api_v2: false -- 2.16.6