summaryrefslogtreecommitdiffstats
path: root/bin/stack
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2011-09-28 14:49:40 +0100
committerMark McLoughlin <markmc@redhat.com>2011-09-28 15:03:33 +0100
commitdbe4d21ff3b3be53e059d0a942bdc26843295633 (patch)
tree81b8d08c38be719ec42dd6accfe4e6f905bb8ae9 /bin/stack
parenta2646129bc9dbd9dec57bdde7f510e0ea7bbddea (diff)
downloadnova-dbe4d21ff3b3be53e059d0a942bdc26843295633.tar.gz
nova-dbe4d21ff3b3be53e059d0a942bdc26843295633.tar.xz
nova-dbe4d21ff3b3be53e059d0a942bdc26843295633.zip
Fix 047 migration with SQLAlchemy 0.7.2
In 0.6.3, foreign_keys was an OrderedSet which can be indexed. In 0.7.2 it's a plain old set which can't be indexed. File ".../nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py", line 35, in upgrade fkey_name = vifs.c.instance_id.foreign_keys[0].constraint.name TypeError: 'set' object does not support indexing Change-Id: I8d6378d2fd25f7659d6a6469de762728639cc4ad
Diffstat (limited to 'bin/stack')
0 files changed, 0 insertions, 0 deletions