yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22635
[Bug 1366606] Re: oauth1 downgrade fail with sqlite
** Changed in: keystone
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1366606
Title:
oauth1 downgrade fail with sqlite
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
The oauth1 extension migrations fail with sqlite when doing the version 2 downgrade. This is because the migration is attempting to compare a string to an sqlalchemy Engine object.
NotSupportedError: SQLite does not support ALTER TABLE DROP
CONSTRAINT; see http://www.sqlite.org/lang_altertable.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1366606/+subscriptions
References