zun/zun
deepak_mourya 3643413515 Add subnet to addresses field
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
2018-02-09 05:57:40 +00:00
..
api Merge "refactor 'wait_for_volumes_available' when create/run a container" 2018-02-05 02:09:43 +00:00
cmd Revert "Avoid running periodic tasks on all workers" 2017-10-09 14:56:37 +00:00
common Merge "Rename deprecated context parameter" 2018-02-08 03:47:46 +00:00
compute Consolidate handling of DockerError 2018-02-07 03:02:37 +00:00
conf Merge "restart the containers after the host reboot" 2018-01-31 07:11:59 +00:00
container Limit the amount of disk of container 2018-01-30 13:58:03 +08:00
db Set ondelete='CASCADE' on foreign key 2018-02-02 04:40:23 +00:00
hacking Delete log translation functions and add hacking rule 2017-07-03 03:40:34 -04:00
image Modify the notes of upload_image_data() method 2017-12-16 16:04:00 +08:00
network Add subnet to addresses field 2018-02-09 05:57:40 +00:00
objects Record container action and event. 2018-02-02 04:46:26 +00:00
pci Port pci request from nova to zun 2017-10-31 18:32:57 -04:00
scheduler Introduce ComputeFilter 2017-11-22 09:27:26 +07:00
service Make periodic task spacing configurable 2018-01-25 03:49:27 +00:00
servicegroup Refactor code 2017-07-12 09:11:34 +07:00
tests Add subnet to addresses field 2018-02-09 05:57:40 +00:00
volume Merge "Catch exception in volume get" 2018-01-23 05:34:32 +00:00
websocket Rename 'tenant' to 'project' in server 2018-01-08 19:55:13 -08:00
__init__.py Use __future__ module absolute_import 2017-07-07 10:34:28 +07:00
MANIFEST.in update higgins with zun 2016-06-08 22:21:34 -05:00
version.py Use __future__ module absolute_import 2017-07-07 10:34:28 +07:00