Set volume device name for tempest

Set volume_device_name for tempest so it better matches
reality.

Change-Id: Id7143ffa229a59c603ac3c55a2f8d3ff873a4d8c
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-09-27 10:40:43 -04:00
parent 1153d1f129
commit 2cae567562
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ function init_nova-lxd() {
TEMPEST_IMAGE=`openstack image list | grep ubuntu-16.04-lxd-root | awk {'print $2'}`
iniset $TEMPEST_CONFIG image disk_formats "ami,ari,aki,vhd,raw,iso,root-tar"
iniset $TEMPEST_CONFIG compute ssh_user ubuntu
iniset $TEMPEST_CONFIG compute volume_device_name sdb
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
iniset $TEMPEST_CONFIG compute-feature-enabled resize False
iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume False
@ -68,6 +69,7 @@ function init_nova-lxd() {
iniset $TEMPEST_CONFIG compute image_ref_alt $TEMPEST_IMAGE
iniset $TEMPEST_CONFIG validation image_ssh_user ubuntu
iniset $TEMPEST_CONFIG validation run_validation True
iniset $TEMPEST_CONFIG validation run_validation True
fi
if is_service_enabled cinder; then