summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutronclient/neutronclient-use-csv-flag-instead-of-json.patch
Commit message (Collapse)AuthorAgeFilesLines
* clients: update clients to juno b3 sync pointBruce Ashfield2014-09-161-18/+15
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* neutronclient: use csv flag instead of jsonKeith Holman2014-06-251-0/+66
The tests included with neutronclient are calling neutron commands agents-list and net-list with the "-f" flag set to "json". This isn't supported and throws an exception during the test. The exception is unexpected and fails to free the resources allocated by the mox testing library causing the following tests to fail. This fix applies a patch that prevents the exception from being thrown by calling the commands with the "-f" flag set to "csv", which is supported. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>