OpenStack Networking (Neutron)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Aaron Rosen 066760ea76 LBaaS add missing rootwrap filter for route
If one runs the lbaas agent from packages and does not have the l3-agent
installed on the same box as the lbaas agent it will fail to add the
default gw route. This is because it's missing the rootwrap filter for
route which is only present in l3.filters.

Conflicts:
	etc/neutron/rootwrap.d/lbaas-haproxy.filters

Change-Id: I59cd0a549a1f1d1564d139d42daf55d02898bf76
Closes-bug: 1325406
(cherry picked from commit c9a0eaacaa)
9 years ago
bin Use oslo.rootwrap library instead of local copy 9 years ago
doc API layer documentation 9 years ago
etc LBaaS add missing rootwrap filter for route 9 years ago
neutron Merge "NSX: ensure that no LSN is created on external networks" into stable/icehouse 9 years ago
quantum Re-assign quantum.api module as last operation 10 years ago
tools Merge "Corrects broken format strings in check_i18n.py" 10 years ago
.coveragerc fix some missing change from quantum to neutron 10 years ago
.gitignore Updates .gitignore 10 years ago
.gitreview Opening stable/icehouse 9 years ago
.mailmap mailmap: update .mailmap 9 years ago
.pylintrc Rename Quantum to Neutron 10 years ago
.testr.conf Add an explicit tox job for functional tests 9 years ago
HACKING.rst Cleanup HACKING.rst 10 years ago
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 12 years ago
MANIFEST.in Rename Quantum to Neutron 10 years ago
README.rst Rename Quantum to Neutron 10 years ago
TESTING.rst Developer documentation 9 years ago
babel.cfg Use babel to generate translation file 11 years ago
openstack-common.conf Merge "Remove dependent module py3kcompat" 9 years ago
requirements.txt Updated from global requirements 9 years ago
run_tests.sh Merge "Don't document non-existing flag '--hide-elapsed'" 9 years ago
setup.cfg Added missing plugin .ini files to setup.cfg 9 years ago
setup.py Updated from global requirements 10 years ago
test-requirements.txt Bugfix and refactoring for ovs_lib flow methods 9 years ago
tox.ini add HEAD sentinel file that contains migration revision 9 years ago

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 github at <http://github.com/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 http://docs.openstack.org/trunk/openstack-network/admin/content/

Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/

The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment

For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.