
When the Cisco nexus plugin is configured on DevStack, the tempest Neutron API test test_port_list_filter_by_router_id fails with the following error: ParseError: no element found: line 1, column 0 The root cause is that the Cisco Nexus plugin model layer is encapsulating each dictionary response from the OVS subplugin into a list, whereas the WSGI layer is expecting a dictionary response. The fix is not to encapsulate these responses into a list. Change-Id: I4b589e8e5696c0eae43cafc46912b3d7f29bbdb6 Closes-Bug: #1284162
# -- 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>.