![]() - Introduces an API to allow l2-agents to access resources within the Open vSwitch Agent, specifically the integration and tunnel bridges. - adds consume_api method to the AgentCoreResourceExtension class. - modifies the AgentExtensionManager class to accept the AgentExtensionAPI class as an optional argument. - adds the OVSAgentExtensionAPI class. - modifies ovs_lib and ofswitch to include a list of uuid stamps to exempt from flow deletion. - adds the OVSBridgeCookieMixin class that manages the distribution of cookies and maintains the list of reserved cookies. - modifies OVSNeutronAgent to initialize OVSAgentExtensionAPI and pass into the AgentExtensionManager. Partial-Bug: #1517903 Co-Authored-By: Nate Johnston <nate_johnston@cable.comcast.com> Co-Authored-By: Thomas Morin <thomas.morin@orange.com> Implements: blueprint l2-api-extensions Change-Id: I7cb61f30689dff2d7895d444060dedc1532a63ec |
||
---|---|---|
bin | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
TESTING.rst | ||
babel.cfg | ||
openstack-common.conf | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
README.rst
Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
- Neutron Administrator Guide
- Networking Guide
- Neutron API Reference:
-
http://docs.openstack.org/api/openstack-network/2.0/content/
- Current Neutron developer documentation is available at:
For help on usage and hacking of Neutron, please send mail to <mailto:openstack-dev@lists.openstack.org>.
For information on how to contribute to Neutron, please see the contents of the CONTRIBUTING.rst file.