From 7a70f559c559e22b498d735b4ed20aadc71b7f39 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 20 Jul 2020 09:20:51 -0500 Subject: [PATCH] Always assume glance is uwsgi mode for grenade Since older devstack versions do not support glance in standalone mode, make grenade configure the base and target for glance deployed with uwsgi. It is failing in legacy grenade jobs[1], for devstack based jobs it is taken care in https://review.opendev.org/#/c/741479/2 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-July/016006.html Change-Id: Ic84b2e5a2f3677156f6ddb523b9dc91abeda992b --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 6ada2658..12d5217c 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -531,6 +531,7 @@ function setup_localrc { localrc_set "$localrc_file" "GRENADE_PHASE" "target" fi localrc_set "$localrc_file" "CEILOMETER_USE_MOD_WSGI" "False" + localrc_set "$localrc_file" "GLANCE_STANDALONE" "False" fi if [[ "$DEVSTACK_GATE_TEMPEST_LARGE_OPS" -eq "1" ]]; then