Openstack API: GET on /servers/<id> returns empty 'addresses'

Bug #713144 reported by Dan Prince
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
High
Dan Prince

Bug Description

Using the Openstack API.

As of revision 647 the Openstack API does not return any IP addresses for running servers. A GET request to /servers/<1>.json should return a block of JSON or XML that contains the private and public IP addresses for that instance.

The code is currently returns an empty dict:

    inst_dict['addresses'] = dict(public=[], private=[])

Related branches

Thierry Carrez (ttx)
Changed in nova:
importance: Undecided → High
status: New → Confirmed
Thierry Carrez (ttx)
Changed in nova:
assignee: nobody → Dan Prince (dan-prince)
status: Confirmed → In Progress
Revision history for this message
Dan Prince (dan-prince) wrote :

Worked with Brian Waldon (team titan) to get the following branch in. This branch supports the ability to query 'public' and 'private' IPv4 addresses via the Openstack API. This should bring us closer to parity with Rackspace API v1.0.

lp:~bcwaldon/nova/lp713144

Dan Prince (dan-prince)
Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → 2011.2
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.