ERROR No module named backends.sql

Bug #1417211 reported by Ryan Beisner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
keystone (Juju Charms Collection)
Fix Released
Undecided
Unassigned
keystone (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

For Trusty-Kilo OpenStack deployments, the config-changed hook fails. Keystone.log shows:
ERROR No module named backends.sql

See attached for traceback.

Related branches

Revision history for this message
Ryan Beisner (1chb1n) wrote :
Revision history for this message
Scott Moser (smoser) wrote :

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.

Ryan Beisner (1chb1n)
Changed in keystone (Ubuntu):
status: New → Invalid
Changed in keystone (Juju Charms Collection):
status: New → Fix Committed
James Page (james-page)
Changed in keystone (Juju Charms Collection):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.