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 cdeb156..2d635f3 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
+++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
@@ -75,7 +75,7 @@ admin_token=%SERVICE_TOKEN%
75 75
76[database] 76[database]
77# The SQLAlchemy connection string used to connect to the database 77# The SQLAlchemy connection string used to connect to the database
78connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/keystone 78connection = postgresql+psycopg2://%DB_USER%:%DB_PASSWORD%@localhost/keystone
79 79
80# the timeout before idle sql connections are reaped 80# the timeout before idle sql connections are reaped
81# idle_timeout = 200 81# idle_timeout = 200