Go to file
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
2017-07-03 08:45:59 +00:00
2016-11-02 05:19:19 +00:00
2017-03-07 09:03:50 +08:00
2016-07-01 07:49:16 +00:00
2017-05-17 15:17:52 +00:00
2016-07-04 17:28:08 +00:00
2017-04-27 10:44:04 +08:00
2017-04-27 10:44:04 +08:00
2016-07-04 17:28:08 +00:00
2016-07-04 17:28:08 +00:00
2017-04-27 10:44:04 +08:00
2017-06-05 09:12:29 +08:00
2017-03-10 19:14:39 +00:00
2017-03-10 18:45:24 +00:00

python-zunclient

Client Library for Zun

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO
Description
Containers Service (Zun) Client
Readme 5.3 MiB
Languages
Python 99.1%
Shell 0.9%