Fix downgrade in migration
In 477a4488d3f4_ml2_vxlan_type_driver name of table ml2_vxlan_endpoints to drop was not correct. Change-Id: I758c42251b2d5bcc921c50394a1313a1ed4ae106
This commit is contained in:
parent
87151e0dc5
commit
613d4ebf85
@ -66,4 +66,4 @@ def downgrade(active_plugins=None, options=None):
|
|||||||
return
|
return
|
||||||
|
|
||||||
op.drop_table('ml2_vxlan_allocations')
|
op.drop_table('ml2_vxlan_allocations')
|
||||||
op.drop_table('ml2_vxlan_endpoint')
|
op.drop_table('ml2_vxlan_endpoints')
|
||||||
|
Loading…
Reference in New Issue
Block a user