From 139c285a3138106aaad9589975d2df8dedd73701 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 27 Jun 2013 14:13:46 +0300 Subject: python-glance: Updated db username Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-glance/glance-api.conf | 4 +--- .../recipes-devtools/python/python-glance/glance-registry.conf | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 # SQLAlchemy connection string for the reference implementation # registry server. Any valid SQLAlchemy connection string is fine. # See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine -#sql_connection = mysql:///root:@localhost/glance?charset=utf8 -#sql_connection = sqlite:////etc/glance/glance.db -sql_connection = postgresql://nova:nova@localhost/glance +sql_connection = postgresql://admin:admin@localhost/glance # Period in seconds after which SQLAlchemy should reestablish its connection # to the database. 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 # SQLAlchemy connection string for the reference implementation # registry server. Any valid SQLAlchemy connection string is fine. # See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine -sql_connection = postgresql://nova:nova@localhost/glance +sql_connection = postgresql://admin:admin@localhost/glance # Period in seconds after which SQLAlchemy should reestablish its connection # to the database. -- cgit v1.2.3-54-g00ecf