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
This commit is contained in:
Ghanshyam Mann 2020-07-20 09:20:51 -05:00
parent ba0dea73c3
commit 7a70f559c5
1 changed files with 1 additions and 0 deletions

View File

@ -531,6 +531,7 @@ function setup_localrc {
localrc_set "$localrc_file" "GRENADE_PHASE" "target" localrc_set "$localrc_file" "GRENADE_PHASE" "target"
fi fi
localrc_set "$localrc_file" "CEILOMETER_USE_MOD_WSGI" "False" localrc_set "$localrc_file" "CEILOMETER_USE_MOD_WSGI" "False"
localrc_set "$localrc_file" "GLANCE_STANDALONE" "False"
fi fi
if [[ "$DEVSTACK_GATE_TEMPEST_LARGE_OPS" -eq "1" ]]; then if [[ "$DEVSTACK_GATE_TEMPEST_LARGE_OPS" -eq "1" ]]; then