
This addresses the issue of having one or more multi-homed host. Because you may only specify one local IP for a quantum agent, and other hosts could be routed across different subnets (even for small installations, for various reasons), it's important to also specify the used local_ip when setting up the GRE tunnels. As long as the address is routable on both ends, this will work. If the local_ip is not specified, then traffic will mysteriously be dropped on one end where the IP does not match the expected IP in the GRE tunnel. Bug: https://bugs.launchpad.net/quantum/+bug/1184696 Change-Id: I5d612bf9e4f6652af8b155cdd1748d73ac4539ff Signed-off-by: Adin Scannell <adin@scannell.ca>
# -- 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>.