summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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