nova/doc/api_samples/os-floating-ips/floating-ips-get-resp.json
Stephen Finucane 52cc4bfa0a nova-net: Migrate 'test_floating_ips' functional tests
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>
2019-10-09 16:24:16 +01:00

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"
}
}