
This patch imports some magic to enable showing test output as the tests run. Seeing output showing tests as they execute is reassuring that the test run is continuing to make progress. This originated in tempest and was then brought over to Nova in this commit: https://review.openstack.org/#/c/121914/ Note the justification in that commit to just copy it instead of move it to a shared repo. To get the old behavior where you only get output when something fails, you can set the TRACE_FAILONLY env var. That originated in this commit in Nova: https://review.openstack.org/#/c/123801/ Change-Id: I6a079ad5f630383650c0f9dee09e04250d0e2c5a
# -- 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 git.openstack.org at <http://git.openstack.org/cgit/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>.