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>
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"floating_ip": {
|
|
"fixed_ip": null,
|
|
"id": "8baeddb4-45e2-4c36-8cb7-d79439a5f67c",
|
|
"instance_id": null,
|
|
"ip": "172.24.4.17",
|
|
"pool": "public"
|
|
}
|
|
}
|