]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds migration script for Hyper-V Plugin tables
authorClaudiu Belu <cbelu@cloudbasesolutions.com>
Mon, 16 Feb 2015 17:04:34 +0000 (09:04 -0800)
committerClaudiu Belu <cbelu@cloudbasesolutions.com>
Fri, 27 Feb 2015 11:57:01 +0000 (13:57 +0200)
commit38499d1a67c666f0a38bc78e76d101f0d7ceef8f
tree243572cbe5831d75f3d03c496004e0a64094e394
parentd62993c135321d664f10202cbcc86b2212e274ce
Adds migration script for Hyper-V Plugin tables

HyperVNeutronPlugin will be deprecated, so the tables it uses
('hyperv_vlan_allocations' and 'hyperv_network_bindings') will
have to be migrated the Ml2 equivalent tables.

Adds migration script in migrate_to_ml2.py to allow users to
migrate their table entries to the Ml2 tables.

Change-Id: If3bd2f6a43d1b9a753f9453f3f7c9c190602531e
neutron/db/migration/migrate_to_ml2.py