Neutron service client should not trim API response
Based on pagination, list APIs can return resources links in response.
In neutron service client, deserialize_list() function removes resources link
from response body of list APIs.
As neutron service client will be moved to tempest-lib, it should return
response as it is received from neutron. It's up to tests cases to fetch/trim
the required information.
This patch return all list API's response without any alteration.
Change-Id: Ifcfc9ec34cb0139549e975169fb6eba32e8e920f
1 file changed