![]() whenever l2gateway_agnet.ini is reconfigured to the same ovsdb identifier but different IP, then we need to clean the mysql db entries from earlier configured ovsdb_identifier and IP. For Ex: l2gateway_agent is connected to "ovsdb1:10.10.10.10:6632", but when you change l2gateway_agent.ini to "ovsdb1:20.20.20.20:6632", then the mysql entries related to "ovsdb1:10.10.10.10:6632" should be cleaned. Change-Id: I72cd5a5e2ea27c2a6b37865c3517e614f901aecf Closes-Bug:1588809 |
||
---|---|---|
contrib | ||
debian | ||
devstack | ||
doc/source | ||
etc | ||
networking_l2gw | ||
specs/kilo | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
babel.cfg | ||
openstack-common.conf | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
README.rst
networking-l2gw
API's and implementations to support L2 Gateways in Neutron.
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/networking-l2gw
L2 Gateways
This project proposes a Neutron API extension that can be used to express and manage L2 Gateway components. In the simplest terms L2 Gateways are meant to bridge two or more networks together to make them look at a single L2 broadcast domain.
Initial implementation
There are a number of use cases that can be addressed by an L2 Gateway API. Most notably in cloud computing environments, a typical use case is bridging the virtual with the physical. Translate this to Neutron and the OpenStack world, and this means relying on L2 Gateway capabilities to extend Neutron logical (overlay) networks into physical (provider) networks that are outside the OpenStack realm. These networks can be, for instance, VLAN's that may or may not be managed by OpenStack.
More information
For help using or hacking on L2GW, you can send an email to the OpenStack Development Mailing List <mailto:openstack-dev@lists.openstack.org>; please use the [L2-Gateway] Tag in the subject. Most folks involved hang out on the IRC channel #openstack-neutron.
Getting started
- TODO