cc02d56ca8
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
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"floating_ip_info": [
|
|
{
|
|
"address": "10.10.10.3",
|
|
"instance_uuid": null,
|
|
"fixed_ip": null,
|
|
"interface": "eth0",
|
|
"pool": "nova",
|
|
"project_id": null
|
|
}
|
|
]
|
|
} |