diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e3ed9b4f..e85e64aa 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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