
The fix for memory leakage in the related bug added a check for plugin deallocation that performed a call to gc.collect() after every test. This had the side-effect of increasing test execution time by ~50%, so this patch makes the check optional via an environment variable (OS_CHECK_PLUGIN_DEALLOCATION). It may make sense to create a periodic job that runs with the check enabled, but otherwise the check can be used by developers for debugging purposes. Change-Id: I9ebe663abbc4e4ff3a62d807d5a3230c2ecccd07 Related-Bug: #1234857
# -- 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>.