
The bulk floating ip extension was not showing the instance_uuid or the fixed_ip properly due to a missing join and an ommision when the extension was first created. This updates the extension to display all of the relevant data. Change-Id: I81c2c742a7eed134b5452c19da0cc55811c009ab Closes-Bug: #1360426
11 lines
288 B
XML
11 lines
288 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<floating_ip_info>
|
|
<item>
|
|
<interface>eth0</interface>
|
|
<instance_uuid>None</instance_uuid>
|
|
<fixed_ip>None</fixed_ip>
|
|
<project_id>None</project_id>
|
|
<pool>nova</pool>
|
|
<address>10.10.10.3</address>
|
|
</item>
|
|
</floating_ip_info> |