zun/zun/api
Hongbin Lu 53c7f6bb9c Introduce 'fixed_ips' to network_list
Modify the response of network_list API. Add a 'fixed_ips' field
that contains the list of IP addresses and their subnet IDs.
This change is primarily for aligning the format with nova and
neutron so that API consumers can use the same parsing code.
The first use case is from Heat. Heat would be able to use the
same code for parsing nova's interface_list and zun's network_list.

Change-Id: Id1e652d944be852697f18958899e395918ab0885
2018-06-17 19:05:53 +00:00
..
controllers Introduce 'fixed_ips' to network_list 2018-06-17 19:05:53 +00:00
middleware Follow the new PTI for document build 2018-05-07 03:59:05 +00:00
validation Move parameter types module to schemas 2018-05-23 13:06:19 +07:00
__init__.py update higgins with zun 2016-06-08 22:21:34 -05:00
app.py Remove log translations 2017-03-21 15:41:12 +08:00
app.wsgi Fix the wrong parameter in wsgi script 2017-08-23 10:40:26 -04:00
config.py Add Container controller 2016-08-11 18:10:16 -05:00
hooks.py Update auth_uri option to www_authenticate_uri 2018-04-14 02:43:35 +00:00
http_error.py Rename kw to kwargs 2017-07-07 11:51:57 +07:00
rest_api_version_history.rst Introduce 'fixed_ips' to network_list 2018-06-17 19:05:53 +00:00
servicegroup.py Fix mismatched of timezone info 2018-06-09 19:47:37 +00:00
utils.py Remove the usage of WSME library 2018-04-20 02:24:25 +00:00
versioned_method.py Refactor code 2017-07-12 09:11:34 +07:00
wsgi.py Switch from mode_wsgi to uwsgi 2017-08-07 17:07:46 +00:00