Files
devstack/lib
Dan Smith 09eea0b20b Make Glance standalone-ness a separate flag
Full Glance functionality requires Glance being run in a configuration
where it can spawn long-running task threads. The default uwsgi mode
does not allow this, and the current workaround is to set WSGI_MODE
to something other than uwsgi to get the devstack code to deploy
Glance as a standalone service. Since this affects the entire rest of
the deployment, this patch separates out a flag to control this behavior
specifically for Glance. When WSGI_MODE=uwsgi, control of the Glance
deployment mechanism is allowed via GLANCE_STANDALONE=True|False. If
WSGI_MODE!= uwsgi then we deploy standalone Glance anyway.

Change-Id: I79068ce0bd7414bc48ff534ee22f0de5d7b091cb
2020-07-14 08:07:07 -07:00
..
2020-07-07 19:16:32 +00:00
2019-02-05 11:21:39 -05:00
2017-07-10 17:06:16 -03:00
2018-03-28 13:51:31 -05:00
2020-06-01 15:48:16 +00:00
2020-06-12 18:14:01 +00:00
2017-06-20 14:09:30 -04:00
2020-06-01 15:48:16 +00:00
2019-03-29 11:20:19 -07:00
2020-07-07 08:43:50 +00:00