]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VMWare-NSXv: VMWare NSXv extensions
authorGary Kotton <gkotton@vmware.com>
Mon, 29 Dec 2014 09:38:25 +0000 (01:38 -0800)
committerGary Kotton <gkotton@vmware.com>
Thu, 15 Jan 2015 14:23:42 +0000 (06:23 -0800)
commitf0ffdeb221bf8ce466ac7a68f2cb8590fcf937be
tree2e2c7faf9cfb9035e00716632084423fe6cb05cc
parent499525b11970463244557785957e6b52a12556f2
VMWare-NSXv: VMWare NSXv extensions

For Kilo, the vendor-specific code should be moved to stackforge repo,
excluding the extensions (https://review.openstack.org/#/c/134680/).

This patch adds the extensions VMWare NSXv plugin from
stackforge/vmware-nsx repo.

There are 2 new extensions:
1. advanced_service_providers - this is required to enabled the NSXv to provide
                                metadata support (there is no metadata agent)
2. vnic_index - the security group support for the NSXv requires the vNIC index

Change-Id: I8c7aa95db1caf020afaa217d9c543b9031fab371
Partially-Implements: blueprint vmware-nsx-v
neutron/api/v2/attributes.py
neutron/plugins/vmware/extensions/advancedserviceproviders.py [new file with mode: 0644]
neutron/plugins/vmware/extensions/vnicindex.py [new file with mode: 0644]
neutron/tests/unit/test_attributes.py