| commit | fa75c5dd8a4f126be94c66dcac851a87ac8fd7d7 | [log] [tgz] |
|---|---|---|
| author | Zuul <zuul@review.opendev.org> | Fri Jul 17 14:10:33 2020 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Jul 17 14:10:33 2020 +0000 |
| tree | 32dc55a21994aa7eae4a0a4d7e636fbe1f510f17 | |
| parent | 302ce78aefd5727a7cfd1f2ccad5ae0754a3c7c7 [diff] | |
| parent | cc0821a5867358b34d7a9c156d02bd19b2f46dec [diff] |
Merge "Default Glance to standalone mode"
diff --git a/lib/glance b/lib/glance index eebaec2..e941168 100644 --- a/lib/glance +++ b/lib/glance
@@ -60,7 +60,7 @@ if [[ "$WSGI_MODE" != "uwsgi" ]]; then GLANCE_STANDALONE=True fi -GLANCE_STANDALONE=${GLANCE_STANDALONE:-False} +GLANCE_STANDALONE=${GLANCE_STANDALONE:-True} # 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