
Certain plugin implementations of port binding depend on the port's binding:host_id set by nova matching the compute node's hostname reported by neutron agents in agents_db. Nova uses socket.gethostname() to obtain the hostname, so this changes neutron to also use socket.gethostname(), instead of socket.getfqdn() to obtain the default hostname. If deployments require a specific hostname format or value, the hostname can be specified in nova and neutron configuration files. Closes-Bug: 1223000 Change-Id: I5de9c6b0df16eca482037a5bdc3a77dc52f4adba
# -- 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>.