diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-03 19:17:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-03 19:22:09 +0100 |
commit | ce3e13025ef35a9c5eb25a7259656e5bf0d57213 (patch) | |
tree | bd7e979d4d20f19470577ef158204d69724b7c58 | |
parent | 159ffa7b1ec7c6962c0cf08435373557675f9109 (diff) |
Set default volume_device_name = vdb
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 <cedric.ollivier@orange.com>
-rw-r--r-- | functest/ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |