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.

Change-Id: I9ac380aec2689277a2793a67b33b6f9ef8728003
This commit is contained in:
Dan Smith 2020-07-16 08:14:06 -07:00
parent 7c5decad22
commit edb6ddc2db
3 changed files with 12 additions and 0 deletions

View File

@ -180,6 +180,8 @@
CELLSV2_SETUP: "singleconductor"
# Node specific settings
DATABASE_TYPE: mysql
# Glance should always be non-standalone
GLANCE_STANDALONE: False
devstack_local_conf:
post-config:
$NEUTRON_CONF:

View File

@ -27,3 +27,8 @@ VOLUME_BACKING_FILE_SIZE=10000M
enable_service s-account s-container s-object s-proxy
SWIFT_HASH=8213897fads879789asdf789
SWIFT_REPLICAS=1
# NOTE(danms): Until all recent versions of devstack support
# standalone glance mode, just assume we are upgrading from/to
# Glance as deployed with uwsgi.
GLANCE_STANDALONE=False

View File

@ -27,3 +27,8 @@ VOLUME_BACKING_FILE_SIZE=10000M
enable_service s-account s-container s-object s-proxy
SWIFT_HASH=8213897fads879789asdf789
SWIFT_REPLICAS=1
# NOTE(danms): Until all recent versions of devstack support
# standalone glance mode, just assume we are upgrading from/to
# Glance as deployed with uwsgi.
GLANCE_STANDALONE=False