python-zunclient/zunclient/osc/v1
ShunliZhou c27da4b593 Add network options to zunclient
Add network options to zunclient to allow use specify the pre
created network to use to create container.

CLI format like 'zun create --nets
network=982a86dc1194,v4-fixed-ip=172.17.0.3 --nets
port=1234567,v6-fixed-ip=2001:db8::2 nginx bash'

Value passed to api like this ‘[{u'v4-fixed-ip': u'172.17.0.3',
u'network': u'982a86dc1194', u'v6-fixed-ip': u'', u'port': u''},
{u'v4-fixed-ip': u'', u'network': u'', u'v6-fixed-ip':
u'2001:db8::2', u'port': u'1234567'}]'’.

Change-Id: I6507d153e97564160308dabe90ce8693bc061863
2017-07-05 14:54:36 +08:00
..
__init__.py Add OSC Plugin for openstack appcontainer show 2016-12-23 15:37:38 +00:00
containers.py Add network options to zunclient 2017-07-05 14:54:36 +08:00
images.py Add image-list and pull to osc 2017-05-31 08:40:40 +08:00
services.py OSC support service api 2017-06-05 09:12:29 +08:00