Files
nova/doc/api_samples/os-floating-ips-bulk/floating-ips-bulk-list-by-host-resp.xml
Vishvananda Ishaya cc02d56ca8 Fix bulk floating ip ext to show uuid and fixed_ip
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
2014-11-17 16:42:16 -08:00

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>