oauth1 downgrade fail with sqlite
Bug #1366606 reported by
Brant Knudson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Brant Knudson |
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://
Changed in keystone: | |
assignee: | nobody → Brant Knudson (blk-u) |
milestone: | none → juno-rc1 |
status: | New → In Progress |
importance: | Undecided → Low |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-rc1 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/119653
Review: https:/