summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance/glance-api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance/glance-api.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance/glance-api.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance/glance-api.conf b/meta-openstack/recipes-devtools/python/python-glance/glance-api.conf
index a3382ef..cc7c43d 100644
--- a/meta-openstack/recipes-devtools/python/python-glance/glance-api.conf
+++ b/meta-openstack/recipes-devtools/python/python-glance/glance-api.conf
@@ -46,9 +46,7 @@ backlog = 4096
46# SQLAlchemy connection string for the reference implementation 46# SQLAlchemy connection string for the reference implementation
47# registry server. Any valid SQLAlchemy connection string is fine. 47# registry server. Any valid SQLAlchemy connection string is fine.
48# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine 48# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
49#sql_connection = mysql:///root:@localhost/glance?charset=utf8 49sql_connection = postgresql://admin:admin@localhost/glance
50#sql_connection = sqlite:////etc/glance/glance.db
51sql_connection = postgresql://nova:nova@localhost/glance
52 50
53# Period in seconds after which SQLAlchemy should reestablish its connection 51# Period in seconds after which SQLAlchemy should reestablish its connection
54# to the database. 52# to the database.