Update tempest config

nova-lxd does not allow migration to the same host
so prevent the resize tests from running.

Change-Id: I91fe991c3c422210a4574e29b600e8c6a6e7348c
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-08-29 06:21:45 -04:00
parent 9f128502c1
commit 9526a8fcac
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ function init_nova-lxd() {
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-feature-enabled shelve False
iniset $TEMPEST_CONFIG compute-feature-enabled resize False
iniset $TEMPEST_CONFIG compute image_ref $TEMPEST_IMAGE
iniset $TEMPEST_CONFIG compute image_ref_alt $TEMPEST_IMAGE
iniset $TEMPEST_CONFIG validation image_ssh_user ubuntu