Comment 1 for bug 1185834

Revision history for this message
Aaron Rosen (arosen) wrote :

This is very weird. Here is the quantum api call that is being made: http://logs.openstack.org/31015/2/check/gate-tempest-devstack-vm-quantum/26286/logs/screen-n-cpu.txt.gz (above the exception):

REQ: curl -i http://127.0.0.1:9696//v2.0/floatingips.json?fixed_ip_address=10.1.0.11&port_id=85778a9e-d706-40b9-bfd8-d07d8652122e -X GET -H "X-Auth-Token: <snip>=" -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-quantumclient"

But the response is:

2013-05-30 13:16:12.702 21420 DEBUG quantumclient.client [-] RESP:{'date': 'Thu, 30 May 2013 13:16:12 GMT', 'status': '200', 'content-length': '16', 'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://127.0.0.1:9696//v2.0/floatingips.json?fixed_ip_address=10.1.0.11&port_id=85778a9e-d706-40b9-bfd8-d07d8652122e'} {"networks": []}

It should be {"floatingips": []} not networks.

I'm not able to reproduce this on my box passing in invalid data though :/