2 Commits

Author SHA1 Message Date
Hongbin Lu
95a7b806c6 Fix the 'addresses' field of container
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
2017-08-10 14:08:04 +00:00
miaohb
7816f21b98 Add api-ref for more container operations
This patch adds api-ref for container start, stop, pause,
unpause, restart, rename.

Co-Authored-By: Kien Nguyen <kiennt@vn.fujitsu.com>
Co-Authored-By: miaohb <miao.hongbao@zte.com.cn>
Change-Id: Ie761f3332c3650d43515c65b4bc6ed327d90bb80
Partially-Implements: bp zun-api-doc
2017-07-11 06:12:15 +00:00