[Bug 1417211] Re: ERROR No module named backends.sql
Scott Moser
smoser at ubuntu.com
Tue Feb 3 17:49:48 UTC 2015
the fix necessary seems to be:
$ diff -u templates/icehouse/keystone.conf templates/kilo/keystone.conf
--- templates/icehouse/keystone.conf 2015-02-03 15:43:25.987725000 +0000
+++ templates/kilo/keystone.conf 2015-02-03 15:40:46.756974000 +0000
@@ -42,7 +42,7 @@
[endpoint_filter]
[token]
-driver = keystone.token.backends.sql.Token
+driver = keystone.token.persistence.backends.sql.Token
provider = keystone.token.providers.uuid.Provider
[cache]
Note, there I copied tmplates/icehouse/keystone.conf to new templates/kilo/keystone.conf.
but basically its just a need for chnage of config variable.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1417211
Title:
ERROR No module named backends.sql
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1417211/+subscriptions
More information about the Ubuntu-server-bugs
mailing list