You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
447 B
17 lines
447 B
======================
|
|
Enabling in Devstack
|
|
======================
|
|
|
|
1. Download DevStack
|
|
|
|
2. Add this repo as an external repository and configure following flags in ``local.conf``::
|
|
|
|
[[local|localrc]]
|
|
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
|
|
enable_service l2gw-plugin l2gw-agent
|
|
OVSDB_HOSTS=<ovsdb_name>:<ip address>:<port>
|
|
|
|
3. Read the settings file for more details.
|
|
|
|
4. run ``stack.sh``
|