vmware-nsx/neutron/plugins/cisco/models
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
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
virt_phy_sw_v2.py Cisco plugin fails with ParseError no elem found 2014-03-19 00:21:46 +00:00