public and private network id not shown while using api v1.1
Hi all,
while using Diablo and a mix of api 1.0 and 1.1 it was possible separate private from public ips because a query to the api server generated a response like this: <addresses> <network id="public"> <ip version="4" addr="67.23.10.132"/> </network> <network id="private"> <ip version="4" addr="10.176.42.16"/> </network> </addresses>
I'm now using api v1.1 on Essex-2 and when I do a similar query to the api server I get:
{"addresses": {"myproj-net": [{"version": 4, "addr": "10.176.42.16"}, {"version": 4, "addr": "67.23.10.132"}]}}
while a was expecting an output not much different than before (according to http://wiki.openstack.org/OpenStackAPI_1-1 (http://wiki.openstack.org/OpenStackAP...) ). Is this a bug or am I missing something?
Thanks a lot Giuseppe