From 54c4cb239e3bfd8d9efe75f073aef8e4a671bc7b Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 22 Nov 2017 11:08:45 -0500 Subject: python-keystone: set connection drivername psycopg2 will be selected by default but this will avoid warnings in the log. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystone/keystone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystone') 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% [database] # The SQLAlchemy connection string used to connect to the database -connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/keystone +connection = postgresql+psycopg2://%DB_USER%:%DB_PASSWORD%@localhost/keystone # the timeout before idle sql connections are reaped # idle_timeout = 200 -- cgit v1.2.3-54-g00ecf