Containers Service (Zun) Client
Go to file
haobing1 a7fce1d200 Fix confusing error message on interactive run
If run a container with an incorrect command in interactive mode,
it showed a confusing error message "ERROR: Invalid websocket link when attach ...".
This error message is sub-optimal because the root cause of the failure is the container
entered an error state (because users specify an incorrect command).
We need to fix it by checking the state of the container and failed it
with a correct message if the container entered an error state.

Change-Id: I630de2414d5e36e86b246460a6d24992b06696e3
Closes-Bug: #1685521
2017-04-27 09:37:56 +08:00
doc/source Removes utf-8 encoding and remove support for py34 2017-03-09 09:01:48 +00:00
releasenotes Removes utf-8 encoding and remove support for py34 2017-03-09 09:01:48 +00:00
tools Setup coverage job in gate 2017-03-07 09:03:50 +08:00
zunclient Fix confusing error message on interactive run 2017-04-27 09:37:56 +08:00
.coveragerc Add coverage configuration 2016-11-02 05:19:19 +00:00
.gitignore Setup coverage job in gate 2017-03-07 09:03:50 +08:00
.gitreview Added .gitreview 2016-07-01 07:49:16 +00:00
.testr.conf Parse the provided container environment 2016-10-09 12:19:08 -05:00
CONTRIBUTING.rst Initial commit for zunclient 2016-07-04 17:28:08 +00:00
HACKING.rst Initial commit for zunclient 2016-07-04 17:28:08 +00:00
LICENSE Initial commit for zunclient 2016-07-04 17:28:08 +00:00
MANIFEST.in Initial commit for zunclient 2016-07-04 17:28:08 +00:00
README.rst Initial commit for zunclient 2016-07-04 17:28:08 +00:00
babel.cfg Initial commit for zunclient 2016-07-04 17:28:08 +00:00
requirements.txt Updated from global requirements 2017-04-14 11:54:18 +00:00
setup.cfg Rename 'reboot' to 'restart' 2017-04-14 10:49:18 +08:00
setup.py Updated from global requirements 2017-03-10 19:14:39 +00:00
test-requirements.txt Add support for OSProfiler in client. 2017-03-19 10:23:02 +08:00
tox.ini Merge "Setup coverage job in gate" 2017-03-10 18:45:24 +00:00

README.rst

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