1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fixes default connection in glance-registry.conf & glance-api.conf
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-04-15
Index: glance/etc/glance-api.conf
===================================================================
--- glance.orig/etc/glance-api.conf
+++ glance/etc/glance-api.conf
@@ -1732,6 +1732,7 @@
# The SQLAlchemy connection string to use to connect to the database. (string
# value)
#connection = <None>
+connection = sqlite:////var/lib/glance/glancedb
# The SQLAlchemy connection string to use to connect to the slave database.
# (string value)
|