Enable image import test
If glance is in standalone mode, image import works fine so enable the tempest tests. Once we will have image import or other async tasks working with glance under uwsgi then we can remove this flag and run import tests by default. Depends-On: https://review.opendev.org/#/c/741425/ Change-Id: I853e8a3815187f0aa8f05c70488ec948a97e55a6
This commit is contained in:
parent
e799770f59
commit
32d5b1ea2f
@ -345,7 +345,7 @@ function configure_tempest {
|
||||
if [ "$VIRT_DRIVER" = "xenserver" ]; then
|
||||
iniset $TEMPEST_CONFIG image disk_formats "ami,ari,aki,vhd,raw,iso"
|
||||
fi
|
||||
|
||||
iniset $TEMPEST_CONFIG image-feature-enabled import_image $GLANCE_USE_IMPORT_WORKFLOW
|
||||
# Compute
|
||||
iniset $TEMPEST_CONFIG compute image_ref $image_uuid
|
||||
iniset $TEMPEST_CONFIG compute image_ref_alt $image_uuid_alt
|
||||
|
Loading…
x
Reference in New Issue
Block a user