In TestOpenvswitchSGServerRpcCallBack and NetworkBindingsTest in OVS plugin tests, OVS plugin was not loaded properly. * For NetworkBindingsTest, it can be fixed by changing setUp() to take 'plugin' arguments in the base test classes SecurityGroupDBTestCase and SGServerRpcCallBackMixinTestCase. This fixes bug 1242510 in ML2 unit tests. * For NetworkBindingsTest, it can be fixed by passing the plugin class to super.setUp(). The test itself needs to be updated because network binding is added when a network is created. * NetworkBindingsTest in Linux Bridge plugin has the same issue, so it is also fixed in this patch. Closes-Bug: #1230083 Closes-Bug: #1242510 Change-Id: I914876225480585d822748c188e9b69d1adf46f3
# -- 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>.