![]() 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
|
9 years ago | |
---|---|---|
bin | 9 years ago | |
doc | 9 years ago | |
etc | 9 years ago | |
neutron | 9 years ago | |
quantum | 10 years ago | |
tools | 10 years ago | |
.coveragerc | 10 years ago | |
.gitignore | 10 years ago | |
.gitreview | 9 years ago | |
.mailmap | 9 years ago | |
.pylintrc | 10 years ago | |
.testr.conf | 9 years ago | |
HACKING.rst | 10 years ago | |
LICENSE | 12 years ago | |
MANIFEST.in | 10 years ago | |
README.rst | 10 years ago | |
TESTING.rst | 9 years ago | |
babel.cfg | 11 years ago | |
openstack-common.conf | 9 years ago | |
requirements.txt | 9 years ago | |
run_tests.sh | 9 years ago | |
setup.cfg | 9 years ago | |
setup.py | 10 years ago | |
test-requirements.txt | 9 years ago | |
tox.ini | 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>.