95a7b806c6
The 'addresses' field is a map of ip addresses. In before, it used docker network name as key, which is hard to be interpreted by users, since docker network is hiden from end-users. This commit switches to use neutron network uuid as key. A use case is from our Heat plugin, which requires neutron network information to do orchestration. Change-Id: Ic3e4ee80962cdd777543e5c9c988fc0cdc623dad
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"addresses": {
|
|
"eb7a3ee0-ad55-417b-ba11-6c57b1dbd4c6": [{
|
|
"version": 4,
|
|
"addr": "172.24.4.3",
|
|
"port": "4b077255-9b4d-4068-b24f-b89594f870c2"
|
|
}, {
|
|
"version": 6,
|
|
"addr": "2001:db8::9",
|
|
"port": "4b077255-9b4d-4068-b24f-b89594f870c2"
|
|
}]
|
|
},
|
|
"links": [{
|
|
"href": "http://openstack.example.com/v1/containers/b0694d40-70af-4488-b104-10f66b593347",
|
|
"rel": "self"
|
|
},
|
|
{"href": "http://openstack.example.com/containers/b0694d40-70af-4488-b104-10f66b593347", "rel": "bookmark"}
|
|
],
|
|
"image": "ubuntu",
|
|
"labels": {
|
|
"app": "hello"
|
|
},
|
|
"security_groups": [],
|
|
"image_pull_policy": "always",
|
|
"uuid": "b0694d40-70af-4488-b104-10f66b593347",
|
|
"hostname": "zun-sandbox-5812822d-6794-4839-85c0-1c01665c0d48",
|
|
"environment": {
|
|
"foo": "bar"
|
|
},
|
|
"memory": "200M",
|
|
"status": "Stopped",
|
|
"workdir": "/home/ubuntu",
|
|
"status_detail": "Exited(0) 18 mins ago ",
|
|
"host": "ubuntu",
|
|
"image_driver": "docker",
|
|
"task_state": null,
|
|
"status_reason": null,
|
|
"name": "test",
|
|
"restart_policy": {
|
|
"MaximumRetryCount": "0",
|
|
"Name": "no"
|
|
},
|
|
"ports": [],
|
|
"command": "/bin/sh -c 'echo hello'",
|
|
"cpu": 3.0,
|
|
"interactive": false
|
|
}
|