vmware-nsx/vmware_nsx
Abhishek Raut ff5ebec12c NSXv3: Add support for trunk service driver
This patch adds support for trunk extensions in the NSXv3
plugin.
Now you can create trunk and subports which map to CIF
on the backend.
i.e. trunk port <-> parent port and subport <-> child port
on the backend.
If backend fails to update subports, the status of trunk will be set
to ERROR.

Use OSC commands for trunk CRUD operations.
For e.g.
Create trunk with a subport:
openstack network trunk create --parent-port <parent-port>
    --subport port=child-port,segmentation-type=vlan,segmentation-id=200
    TRUNK_NAME

Delete trunk:
openstack network trunk delete TRUNK_NAME

Change-Id: Iedd47d868d803ca8c52856554885fd7d14668924
2016-09-11 04:03:12 -07:00
..
api_client Update gate logic 2016-07-12 09:05:22 -06:00
api_replay api_reply: migrate routers static routes 2016-08-22 08:15:10 +03:00
common NSXv3: Add support for trunk service driver 2016-09-11 04:03:12 -07:00
db Merge "NSX|V: make DHCP DB binding creation more robust" 2016-09-20 01:25:22 +00:00
dhcp_meta python3: make unit tests pass 2016-07-07 14:42:35 -07:00
dvs [Admin-Utils] NSX-V3 upgrade vm ports after migration 2016-08-29 15:31:46 +03:00
extensions Fix provider sg delete by non admin and non admin rule change 2016-08-31 20:06:36 -07:00
nsxlib NSX|V3: Fix update_subnet issue 2016-09-19 15:38:05 +00:00
plugins NSXv3: Add support for trunk service driver 2016-09-11 04:03:12 -07:00
services NSXv3: Add support for trunk service driver 2016-09-11 04:03:12 -07:00
shell Merge "[Admin-Utils] NSX-V3 upgrade vm ports after migration" 2016-09-19 05:56:27 +00:00
tests NSXv3: Add support for trunk service driver 2016-09-11 04:03:12 -07: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
opts.py Automatically generate vmware-nsx configuration files 2016-04-13 07:24:06 +00: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