Bug 1041775

Summary: [RFE][glance]: Switch DB migrations from SQLAlchemy-migrate to Alembic
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/glance/+spec/convert-to-alembic
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:04:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 19:16:11 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/convert-to-alembic.

Description:

Some work has already been started on moving from SQLAlchemy-migration to Alembic on other projects like ceilometer and nova and their blueprints can be located through the following links:

https://blueprints.launchpad.net/nova/+spec/convert-to-alembic

https://blueprints.launchpad.net/ceilometer/+spec/convert-to-alembic

Even though the above blueprints have enough info on this. Some of the notable points to plan to move from sqlalchemy-migration to alembic are:

1) sqlalchemy-migration project is no longer maintained and doesn't accept bug fixed any more.
For more info on the activity of the project, please visit:
http://code.google.com/p/sqlalchemy-migrate/
https://www.ohloh.net/p/sqlalchemy-migrate/commits/summary

2) does not support SQLAlchemy 0.8.x (but seems like some patches are available but not sure if it addresses all compatibility issues)

Specification URL (additional information):

None