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:
Ann Kamyshnikova 2013-10-02 13:37:46 +04:00
parent a17714f23d
commit 89ec5a1385

View File

@ -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')