vmware-nsx/neutron/plugins/cisco
Dane LeBlanc fa78601dcf Cisco plugin fails with ParseError no elem found
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
2014-03-19 00:21:46 +00:00
..
common Merge "Improve unit test coverage for Cisco plugin common code" 2013-12-06 19:28:08 +00:00
db Merge "Use database session from the context in N1kv plugin" 2014-03-05 00:09:37 +00:00
extensions Fixes Tempest XML test failures for Cisco N1kv plugin 2014-02-21 12:23:36 -08:00
models Cisco plugin fails with ParseError no elem found 2014-03-19 00:21:46 +00:00
n1kv Merge "Add extraroute_db support for Cisco N1kv Plugin" 2014-03-15 01:22:57 +00:00
nexus Improve unit test coverage for Cisco plugin nexus code 2013-11-25 17:24:17 -05:00
test Improve unit test coverage for Cisco plugin nexus code 2013-11-25 17:24:17 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
l2device_plugin_base.py Merge "Improve unit test coverage for Cisco plugin nexus code" 2013-12-05 14:39:30 +00:00
network_plugin.py Merge "Improve unit test coverage for Cisco plugin model code" 2014-02-23 23:51:27 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

Cisco Neutron Virtual Network Plugin

This plugin implements Neutron v2 APIs and helps configure
topologies consisting of virtual and physical switches.

For more details on use please refer to:
http://wiki.openstack.org/cisco-neutron