summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-27 14:14:00 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:57 -0400
commit5721ce2fd00bf315ffc6fe174b60c190afc2ef3f (patch)
tree60f204019ed5601660477a6e7aa4bd2072071eae /meta-openstack/recipes-devtools/python/python-keystone
parent139c285a3138106aaad9589975d2df8dedd73701 (diff)
downloadmeta-cloud-services-5721ce2fd00bf315ffc6fe174b60c190afc2ef3f.tar.gz
python-keystone: Updated db username
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone.conf2
1 files changed, 1 insertions, 1 deletions
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
76[sql] 76[sql]
77# The SQLAlchemy connection string used to connect to the database 77# The SQLAlchemy connection string used to connect to the database
78# connection = sqlite:////etc/keystone/keystone.db 78# connection = sqlite:////etc/keystone/keystone.db
79connection = postgresql://nova:nova@localhost/keystone 79connection = postgresql://admin:admin@localhost/keystone
80 80
81# the timeout before idle sql connections are reaped 81# the timeout before idle sql connections are reaped
82# idle_timeout = 200 82# idle_timeout = 200