Merge lp:~markmc/nova/sqlalchemy-0.7-migration-fixes into lp:~hudson-openstack/nova/trunk
Proposed by
Mark McLoughlin
| Status: | Merged |
|---|---|
| Approved by: | Joshua McKenty |
| Approved revision: | 1486 |
| Merged at revision: | 1499 |
| Proposed branch: | lp:~markmc/nova/sqlalchemy-0.7-migration-fixes |
| Merge into: | lp:~hudson-openstack/nova/trunk |
| Diff against target: |
92 lines (+25/-10) 3 files modified
Authors (+1/-0) nova/db/sqlalchemy/migrate_repo/versions/016_make_quotas_key_and_value.py (+14/-4) nova/db/sqlalchemy/migrate_repo/versions/036_change_flavor_id_in_migrations.py (+10/-6) |
| To merge this branch: | bzr merge lp:~markmc/nova/sqlalchemy-0.7-migration-fixes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Joshua McKenty (community) | Approve | ||
| Brian Lamar (community) | Approve | ||
|
Review via email:
|
|||
Description of the change
Just a couple of small changes I needed to get the migrations working with SQLAlchemy 0.7.x on Fedora 16
To post a comment you must log in.

Thanks for this, been wanting to use latest SQLAlchemy for a bit now. One question, what is the reason/logic for the changes in 036_change_ flavor_ id_in_migration s.py? At a glance it looks like the logic/queries aren't changing but I most certainly could be missing something.