From d7fe5f8a2a27daa094585df1d2ce0772c28e457b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 17 Nov 2014 17:59:10 -0500 Subject: core: update to juno 2014.2 + dependencies syncing the core components to the latest juno hashes. We also introduce new packages and update others to meet the juno requirements. 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 55bf6e8..0ab1c3f 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf +++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf @@ -108,7 +108,7 @@ connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/keystone [token] # driver = keystone.token.backends.kvs.Token -driver = keystone.token.backends.sql.Token +driver = keystone.token.persistence.backends.sql.Token # Amount of time a token should remain valid (in seconds) # expiration = 86400 -- cgit v1.2.3-54-g00ecf