]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add sub-type field to VXLAN network profiles for Cisco N1KV plugin
authorAbhishek Raut <abhraut@cisco.com>
Tue, 20 Aug 2013 04:20:11 +0000 (21:20 -0700)
committerMark McClain <mark.mcclain@dreamhost.com>
Thu, 5 Sep 2013 14:59:51 +0000 (10:59 -0400)
commit50c9199d6a83409e6cb5ebc3ca4eefce9a2f0531
tree4bcff7ae5c0e8040f706de1699f748770db04f28
parent81d2352724f21fecd74f2553212184a396de3c85
Add sub-type field to VXLAN network profiles for Cisco N1KV plugin

Rename VXLAN type of network profiles to Overlay network profiles.
Add a new sub type column to Overlay network profiles. Support
enhanced VXLAN and native VXLAN as Overlay sub types. Allow plugin to
be flexible to support newer sub types.

Change-Id: I3899b01f316902d1139e47b153a9db7ecb3ff982
Implements: blueprint cisco-plugin-n1k-enh-vxlan-support
neutron/db/migration/alembic_migrations/versions/38fc1f6789f8_cisco_n1kv_overlay.py [new file with mode: 0644]
neutron/plugins/cisco/common/cisco_constants.py
neutron/plugins/cisco/db/n1kv_db_v2.py
neutron/plugins/cisco/db/n1kv_models_v2.py
neutron/plugins/cisco/extensions/credential.py
neutron/plugins/cisco/extensions/network_profile.py
neutron/plugins/cisco/n1kv/n1kv_client.py
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py
neutron/tests/unit/cisco/n1kv/test_n1kv_db.py