summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-22 11:08:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-27 10:39:51 -0500
commit54c4cb239e3bfd8d9efe75f073aef8e4a671bc7b (patch)
tree7b754b498009be7bd906e0525121c3af6e95437e /meta-openstack/recipes-devtools/python/python-keystone
parent11295124b1e899d369ca53235626c2484cf65e37 (diff)
downloadmeta-cloud-services-54c4cb239e3bfd8d9efe75f073aef8e4a671bc7b.tar.gz
python-keystone: set connection drivername
psycopg2 will be selected by default but this will avoid warnings in the log. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 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