0613e7773f
neutron_lib should be used instead of the attributes and constants imports. This patch moves to using neutron_lib. This removes all of the deprecated warnings (there are still some from neutron and l2gw - those are addressed in other patches). Change-Id: I796d749c46a69107a1a484e8774c5d501fc4704f |
||
---|---|---|
.. | ||
common | ||
nsx_v | ||
nsx_v3 | ||
__init__.py | ||
README.rst |
Enabling NSX L2 Gateway Plugin in DevStack
Download DevStack
Add networking-l2gw repo as an external repository and configure following flags in
local.conf
:[[local|localrc]] enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw ENABLED_SERVICES=l2gw-plugin NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.common.plugin.NsxL2GatewayPlugin:default
- For NSXv3 include the following additional flags in
local.conf
:: -
local NSX_L2GW_DRIVER='vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver' DEFAULT_BRIDGE_CLUSTER_UUID=
- For NSXv3 include the following additional flags in
run
stack.sh