Files
nova/doc/api_samples/servers/server-ips-resp.json
T
ghanshyam f2cc1bd7bc Move V2 sample files to respective directory
Some sample files like server, images etc are kept under api_samples/
directory.
As plan is to create clean directory structure for sample files for
V2, V2.1 and microversion, moving these sample files to respective directory
will help to achieve that.

Change-Id: I284d035f6fadb26a94bcb3586f4a8c72942ee423
2015-03-11 07:22:36 +00:00

10 lines
155 B
JSON

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