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.
![]() |
7 years ago | |
---|---|---|
.. | ||
README.rst | 7 years ago | |
plugin.sh | 7 years ago | |
settings | 7 years ago |
README.rst
Enabling in Devstack
Download DevStack
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> Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron Q_PLUGIN_EXTRA_CONF_FILES=(l2gw_plugin.ini)
Read the settings file for more details.
run
stack.sh