Commit Ib56ee8bfd182c031e468c503acb0cd75daea8c40 refactored code in L2 gateway base plugin. This patch makes appropriate changes in NSX plugin and v3 driver. Change-Id: I45d546e59e99d49d2a9b18258af94d90e91333ca Partial-Bug: #1591413
28 lines
1.1 KiB
ReStructuredText
28 lines
1.1 KiB
ReStructuredText
============================================
|
|
Enabling NSX L2 Gateway Plugin in DevStack
|
|
============================================
|
|
|
|
Following steps are meant for L2GW service in neutron for stable/mitaka* release onwards.
|
|
|
|
1. Download DevStack
|
|
|
|
2. 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
|
|
|
|
3. For NSXv3 include the following additional flags in ``local.conf``::
|
|
[[local|localrc]]
|
|
NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver:default
|
|
DEFAULT_BRIDGE_CLUSTER_UUID=
|
|
|
|
4. run ``stack.sh``
|
|
|
|
* Configuration for stable/liberty release in ``local.conf``::
|
|
[[local|localrc]]
|
|
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
|
|
NSX_L2GW_DRIVER='vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver'
|
|
Q_SERVICE_PLUGIN_CLASSES=vmware_nsx_l2gw
|
|
DEFAULT_BRIDGE_CLUSTER_UUID=
|