Fix README file for better readability
TrivialFix Change-Id: Ia1b5ea2eb23ca0636a116c12dc6015e24383a9f0
This commit is contained in:
parent
0daccfebf0
commit
f0de138e87
@ -4,26 +4,29 @@
|
|||||||
|
|
||||||
Following steps are meant for L2GW service in neutron for stable/mitaka* release onwards.
|
Following steps are meant for L2GW service in neutron for stable/mitaka* release onwards.
|
||||||
|
|
||||||
1. Download DevStack
|
- Download DevStack
|
||||||
|
|
||||||
2. Add networking-l2gw repo as an external repository and configure following flags in ``local.conf``::
|
- Add networking-l2gw repo as an external repository and configure following flags in ``local.conf``::
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
|
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
|
||||||
ENABLED_SERVICES=l2gw-plugin
|
ENABLED_SERVICES+=l2gw-plugin
|
||||||
|
|
||||||
|
- For NSX|v3 include the following additional flags in ``local.conf``::
|
||||||
|
|
||||||
3.1 For NSX|v3 include the following additional flags in ``local.conf``::
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver:default
|
NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver:default
|
||||||
DEFAULT_BRIDGE_CLUSTER_UUID=
|
DEFAULT_BRIDGE_CLUSTER_UUID=
|
||||||
|
|
||||||
3.2 For NSX|V include the following additional flags in ``local.conf``::
|
- For NSX|V include the following additional flags in ``local.conf``::
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v.driver.NsxvL2GatewayDriver:default
|
NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v.driver.NsxvL2GatewayDriver:default
|
||||||
|
|
||||||
4. run ``stack.sh``
|
- Run ``stack.sh``
|
||||||
|
|
||||||
|
\* Configuration for stable/liberty release in ``local.conf``::
|
||||||
|
|
||||||
* Configuration for stable/liberty release in ``local.conf``::
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
|
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
|
||||||
NSX_L2GW_DRIVER='vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver' # NSXv3 driver
|
NSX_L2GW_DRIVER='vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver' # NSXv3 driver
|
||||||
|
Loading…
Reference in New Issue
Block a user