]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VMWare NSXv DB model bugfix
authorKobi Samoray <ksamoray@vmware.com>
Sun, 11 Jan 2015 09:28:42 +0000 (11:28 +0200)
committerKobi Samoray <ksamoray@vmware.com>
Tue, 13 Jan 2015 08:26:12 +0000 (08:26 +0000)
commit681ac331765892cfc8885907f87d2b3168a66012
tree86d85c4d9bc4862619f6ea7cf46d704e1ba0b3e6
parent2327f9f07e95cd0a5f35a90c4c7bfd783821b10a
VMWare NSXv DB model bugfix

DB Model and migration for VMWare NSXv had two issues:
In DB migration, nsxv_security_group_section_mappings table is not dropped on downgrade.
In nsxv_models.py, tz_network_bindings_binding_type enum name should be
nsxv_tz_network_bindings_binding_type to match migration code.

Change-Id: Ib5e8a2078d9c86da6375c7b6a39f48d5bba4e06e
Closes-bug: #1409411
neutron/db/migration/alembic_migrations/versions/4dbe243cd84d_nsxv.py
neutron/plugins/vmware/dbexts/nsxv_models.py