vmware-nsx/vmware_nsx
Abhishek Raut c138dcfdda [NSX-v]: Add support for multiple DVS for VLAN network type
This patch proposes to use the physical_network attribute
of provider network API for network type VLAN to consume comma ','
separated DVS-IDs. This way, admin can provide the multiple DVS-IDs
associated with a single VLAN network in the provider net create
command. This will result in creation of port groups on each of the
DVSes.

If no DVS-ID is provided, we pick the DVS-ID from conf file.
If DVS-ID is provided in the physical network, in order for the
instances on these networks to grab DHCP addresses, the DVS-ID
of the edge/mgmt cluster must be explicitly provided in the CLI
along with other DVS-IDs.

Usage:
neutron net-create fancy-network --provider:network_type=vlan
    --provider:segmentation_id=100
    --provider:physical_network=dvs-10,dvs-20

Closes-Bug: #1559320
Change-Id: Ifb10e3f34bf0c55d2d7710e804b5de995ec954bd
2016-03-30 13:34:25 +00:00
..
api_client LOG.warn -> LOG.warning 2015-12-31 01:58:10 -08:00
common NsxV3: Fine grained logging for security-groups 2016-03-29 18:27:36 +00:00
db [NSX-v]: Add support for multiple DVS for VLAN network type 2016-03-30 13:34:25 +00:00
dhcp_meta NSX|V3: Optimize finding metadata port 2016-03-22 20:11:33 +00:00
dvs Fix cfg_group not found in dvs plugin 2016-03-07 23:22:42 -08:00
extensions NsxV3: Fine grained logging for security-groups 2016-03-29 18:27:36 +00:00
locale Translations: ensure that the locale directory is created 2016-03-13 05:03:22 -07:00
nsxlib NSXv3: Adding support for 'secgroup-rule-local-ip-prefix' extension 2016-03-29 21:34:06 +00:00
plugins [NSX-v]: Add support for multiple DVS for VLAN network type 2016-03-30 13:34:25 +00:00
services Add the metadata lb back 2016-03-28 10:38:17 +08:00
shell Admin util: add in option to set the DVS teaming policy 2016-03-14 11:25:24 +00:00
tests [NSX-v]: Add support for multiple DVS for VLAN network type 2016-03-30 13:34:25 +00:00
__init__.py Move vmware_nsx/neutron/plugins/vmware to vmware_nsx 2015-09-14 18:51:57 -07:00
_i18n.py Update translation setup 2016-01-29 07:15:35 +09:00
check_nsx_config.py Use the correct _ from vmware_nsx._i18n file 2015-12-06 07:04:17 -08:00
nsx_cluster.py Use the correct _ from vmware_nsx._i18n file 2015-12-06 07:04:17 -08:00
plugin.py Divide vmware_nsx/plugins into plugin-specific subdirectories 2015-09-16 16:14:47 -07:00
version.py Add reno for release notes management 2015-12-03 00:08:14 -08:00