Browse code

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

Ghanshyam Mann authored on 2020/07/23 10:52:48
Showing 1 changed files
... ...
@@ -345,7 +345,7 @@ function configure_tempest {
345 345
     if [ "$VIRT_DRIVER" = "xenserver" ]; then
346 346
         iniset $TEMPEST_CONFIG image disk_formats "ami,ari,aki,vhd,raw,iso"
347 347
     fi
348
-
348
+    iniset $TEMPEST_CONFIG image-feature-enabled import_image $GLANCE_USE_IMPORT_WORKFLOW
349 349
     # Compute
350 350
     iniset $TEMPEST_CONFIG compute image_ref $image_uuid
351 351
     iniset $TEMPEST_CONFIG compute image_ref_alt $image_uuid_alt