nova/doc/api_samples/server-ips/server-ips-resp.json
Stephen Finucane 337c90808e nova-net: Stop mocking the instance network cache
This has been tying us to nova-network. This should be a one line change
but it has a large knock-on effect due to lots of samples using it. We
just need to suck it up and deal with it, unfortunately.

Change-Id: I09c88e0fdf3635683c56901637fc3c0a9084d482
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-10-05 15:40:28 +01:00

10 lines
156 B
JSON

{
"addresses": {
"private": [
{
"addr": "192.168.1.30",
"version": 4
}
]
}
}