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:
parent
7c5decad22
commit
edb6ddc2db
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user