summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone.conf3
1 files changed, 2 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 35ee65b..c58f3d4 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
+++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
@@ -75,7 +75,8 @@
75 75
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
78connection = sqlite:////etc/keystone/keystone.db 78# connection = sqlite:////etc/keystone/keystone.db
79connection = postgresql://nova:nova@localhost/keystone
79 80
80# the timeout before idle sql connections are reaped 81# the timeout before idle sql connections are reaped
81# idle_timeout = 200 82# idle_timeout = 200