Database migration is broken for Cisco plugin
Bug #1210219 reported by
Henry Gessau
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Henry Gessau |
Bug Description
Running upgrade None -> folsom, folsom initial database
Running upgrade folsom -> 2c4af419145b, l3_support
Running upgrade 2c4af419145b -> 5a875d0e5c, ryu
Running upgrade 5a875d0e5c -> 48b6f43f7471, DB support for service types
Running upgrade 48b6f43f7471 -> 3cb5d900c5de, security_groups
Running upgrade 3cb5d900c5de -> 1d76643bcec4, nvp_netbinding
Running upgrade 1d76643bcec4 -> 2a6d0b51f4bb, cisco plugin cleanup
(OperationalError) (1051, "Unknown table 'services_
Changed in neutron: | |
assignee: | nobody → Henry Gessau (gessau) |
Changed in neutron: | |
importance: | Undecided → High |
milestone: | none → havana-3 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-3 → 2013.2 |
To post a comment you must log in.
def upgrade( active_ plugin= None, options=None): drop_table( u'services_ bindings' )
...
op.
...
def downgrade( active_ plugin= None, options=None): create_ table(
u'service_ bindings' ,
...
op.
...