]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add vlan_transparent attribute to network model
authorPritesh Kothari <pritesh.kothari@cisco.com>
Thu, 5 Feb 2015 23:20:38 +0000 (15:20 -0800)
committerPritesh Kothari <pritesh.kothari@cisco.com>
Fri, 6 Feb 2015 21:38:10 +0000 (13:38 -0800)
commit4a98eaf180a830762d930643478df22380f9e72d
tree1993afea9c1f8c175ca289e272f9c53e4fec379f
parent05b07762dedcc34ff24c6a4dfc7a13bbbb8a7cd6
Add vlan_transparent attribute to network model

VLAN trunking networks for NFV blueprint needs a new vlan_transparent
attribute. Add this attribute to the network model.

Partially-Implements: blueprint nfv-vlan-trunks
Change-Id: Ib973f196989b3b119e309ce7100a1e7e7c73b3a4
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/db/migration/alembic_migrations/versions/bebba223288_add_vlan_transparent_property_to_network.py [new file with mode: 0644]
neutron/db/models_v2.py
neutron/tests/unit/test_db_plugin.py