yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20620
[Bug 1366606] [NEW] oauth1 downgrade fail with sqlite
Public bug reported:
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
** Affects: keystone
Importance: Low
Assignee: Brant Knudson (blk-u)
Status: In Progress
** Changed in: keystone
Assignee: (unassigned) => Brant Knudson (blk-u)
** Changed in: keystone
Milestone: None => juno-rc1
** Changed in: keystone
Status: New => In Progress
** Changed in: keystone
Importance: Undecided => Low
--
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):
In Progress
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
Follow ups
References