From 5721ce2fd00bf315ffc6fe174b60c190afc2ef3f Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 27 Jun 2013 14:14:00 +0300 Subject: python-keystone: Updated db username Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-keystone/keystone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf index e25af40..b21aa81 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf +++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf @@ -76,7 +76,7 @@ admin_token=password [sql] # The SQLAlchemy connection string used to connect to the database # connection = sqlite:////etc/keystone/keystone.db -connection = postgresql://nova:nova@localhost/keystone +connection = postgresql://admin:admin@localhost/keystone # the timeout before idle sql connections are reaped # idle_timeout = 200 -- cgit v1.2.3-54-g00ecf