]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set BigSwitch plugin to use existing host database model
authorKevin Benton <kevin.benton@bigswitch.com>
Tue, 13 Aug 2013 01:11:09 +0000 (18:11 -0700)
committerKevin Benton <kevin.benton@bigswitch.com>
Sun, 18 Aug 2013 15:38:14 +0000 (08:38 -0700)
commit71f2184c617123b90f8e911056f23e3346c7c592
tree9e0ffb519a86bb7a1ec97b851e8f9fc8506b7cf2
parent4e94646d22afd639edc2e266bdc4e7a2f41b6725
Set BigSwitch plugin to use existing host database model

The BigSwitch plugin had a data model duplicating one
that was recently added into the base portbindings db
file. This patch removes the BigSwitch model and
updates the BigSwitch plugin to reference the plugin-
agnostic model.

Fixes: bug #1211641
Change-Id: I1fdbf8690e71fb2d6e9d6a6dbd0571fa2c32a7e0
neutron/db/migration/alembic_migrations/versions/176a85fc7d79_add_portbindings_db.py
neutron/db/migration/alembic_migrations/versions/86cf4d88bd3_remove_bigswitch_por.py [new file with mode: 0644]
neutron/plugins/bigswitch/db/porttracker_db.py
neutron/plugins/bigswitch/plugin.py