]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VMware NSXv: Added router-type to database model
authorRoey Chen <roeyc@vmware.com>
Wed, 25 Feb 2015 16:00:31 +0000 (08:00 -0800)
committerRoey Chen <roeyc@vmware.com>
Wed, 25 Feb 2015 16:28:43 +0000 (16:28 +0000)
commit436efc3098d91d54699cbec091fec201b943d19e
treeacd267e8ef0d98639d184621c71f4c16f5cb0e1b
parent55c6bf9cc5962e93b71908c79d5fd15be2aff540
VMware NSXv: Added router-type to database model

NSXv supports 'exclusive' and 'shared' router types, this patch adds
support for different router types to the plugin database model.
This doesn't add an additional migration script,
but overrides the existing one, adding a migration script isn't needed
since the plugin is still under development.

Change-Id: I05a595e5e12c8384612e0cc6eb0abc8e72ce3dc0
Signed-off-by: Roey Chen <roeyc@vmware.com>
neutron/db/migration/alembic_migrations/versions/4dbe243cd84d_nsxv.py
neutron/plugins/vmware/dbexts/nsxv_models.py