
Previously, there are some extended port's attributes did not appear in the result of GET port API when using Metaplugin. This become a critial issue currently since lack of port binding information disturbs normal port binding operation in a compute node, for example. Metaplugin did not delegate get_port/get_ports to target plugins. This is cause of the problem because right plugin instance is not passed to a hook which handles extended attributes. Now, get_port/get_ports of target plugins are called so that extended port's attributes are handled properly. Change-Id: Ifed2505a97ceca56c4cedd22efa49adcdf3317b8 Closes-Bug: #1136252
# -- 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>.