summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf b/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
index e751109..a4675d0 100644
--- a/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
+++ b/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
@@ -25,7 +25,7 @@ backlog = 4096
25# SQLAlchemy connection string for the reference implementation 25# SQLAlchemy connection string for the reference implementation
26# registry server. Any valid SQLAlchemy connection string is fine. 26# registry server. Any valid SQLAlchemy connection string is fine.
27# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine 27# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
28sql_connection = postgresql://nova:nova@localhost/glance 28sql_connection = postgresql://admin:admin@localhost/glance
29 29
30# Period in seconds after which SQLAlchemy should reestablish its connection 30# Period in seconds after which SQLAlchemy should reestablish its connection
31# to the database. 31# to the database.