Merge "Change glance default back to WSGI mode"

This commit is contained in:
Zuul 2020-09-29 18:49:20 +00:00 committed by Gerrit Code Review
commit 4727c5c946

View File

@ -70,7 +70,7 @@ GLANCE_CACHE_DIR=${GLANCE_CACHE_DIR:=$DATA_DIR/glance/cache}
if [[ "$WSGI_MODE" != "uwsgi" ]]; then if [[ "$WSGI_MODE" != "uwsgi" ]]; then
GLANCE_STANDALONE=True GLANCE_STANDALONE=True
fi fi
GLANCE_STANDALONE=${GLANCE_STANDALONE:-True} GLANCE_STANDALONE=${GLANCE_STANDALONE:-False}
# File path for each store specified in GLANCE_MULTIPLE_FILE_STORES, the store # File path for each store specified in GLANCE_MULTIPLE_FILE_STORES, the store
# identifier will be appended to this path at runtime. If GLANCE_MULTIPLE_FILE_STORES # identifier will be appended to this path at runtime. If GLANCE_MULTIPLE_FILE_STORES