From ce3e13025ef35a9c5eb25a7259656e5bf0d57213 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 3 Mar 2018 19:17:36 +0100 Subject: Set default volume_device_name = vdb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refstack_defcore is currently failing on all installers. It will highlight the right value per installer. A better way is to manage the device name by a new env var set by all installers (it may depend on kdrive configurations) JIRA: FUNCTEST-947 Change-Id: If1c12bc6798bc89136715bc78f2ac0b798e669e6 Signed-off-by: Cédric Ollivier --- functest/ci/config_functest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index eaa860aaa..48e866ea7 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -129,7 +129,7 @@ tempest: private_subnet_cidr: 192.168.150.0/24 router_name: tempest-router use_custom_flavors: 'False' - volume_device_name: vdc + volume_device_name: vdb rally: deployment_name: opnfv-rally -- cgit 1.2.3-korg