52cc4bfa0a
This is probably the most involved of all the changes and requires a significant expansion of the NeutronFixture to mock floating IP interactions. All the API samples were based off responses pulled from a DevStack configuration using openstackclient and old versions of the novaclient (where the 'floating-ip-*' commands were still present) in debug mode. Change-Id: Ib2f10a51bebd10cc69b78427b485aeac19f59141 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"floating_ips": [
|
|
{
|
|
"fixed_ip": null,
|
|
"id": "8baeddb4-45e2-4c36-8cb7-d79439a5f67c",
|
|
"instance_id": null,
|
|
"ip": "172.24.4.17",
|
|
"pool": "public"
|
|
},
|
|
{
|
|
"fixed_ip": null,
|
|
"id": "05ef7490-745a-4af9-98e5-610dc97493c4",
|
|
"instance_id": null,
|
|
"ip": "172.24.4.78",
|
|
"pool": "public"
|
|
}
|
|
]
|
|
}
|