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