vmware-nsx/vmware_nsx/services/l2gateway
Gary Kotton 0613e7773f Remove deprecated warnings for neutron_lib
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
2016-05-11 19:26:04 -07:00
..
common [L2-gateway]: Fix l2gw plugin due to networking-l2gw changes 2016-04-09 02:44:36 -07:00
nsx_v NSX: make use of neutron_lib exceptions 2016-02-21 22:30:41 -08:00
nsx_v3 Remove deprecated warnings for neutron_lib 2016-05-11 19:26:04 -07:00
README.rst [L2-gateway]: Fix l2gw plugin due to networking-l2gw changes 2016-04-09 02:44:36 -07:00
__init__.py Move vmware_nsx/neutron/services to vmware_nsx/services 2015-09-14 16:59:23 -07:00

README.rst

Enabling NSX L2 Gateway Plugin in DevStack

  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
    NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.common.plugin.NsxL2GatewayPlugin:default
  3. 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=

  4. run stack.sh