According to the,
https://developer.openstack.org/api-ref/application-container/#list-all-containers
"addresses": {
"2ede1821-1334-4e8b-b731-d3a82b41f42f": [{
"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"
}]
},
It would be useful to include 'subnet' for each address so that users
can know this information.
Change-Id: Ic6c041535bc6de2e264aeb9995a78a5a2ae4d2fd
Closes-Bug: #1746643