Containers Service (Zun) Client
514534e6db
After doing a commit, the CLI will print message like: Request to commit container XXX has been accepted. The image is {u'uuid': u'XXX'}. Instead of printing the whole image dict, simply print the uuid of the image will look better. Change-Id: I1c60b34e6bb30ee3c10d8ffebc97b7b16ec84e90 |
||
---|---|---|
doc | ||
playbooks/zunclient-devstack-docker-sql | ||
releasenotes | ||
tools | ||
zunclient | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Python bindings to the OpenStack Container API
This is a client library for Zun built on the Zun API. It provides a Python API (the zunclient module) and a command-line tool (zun).
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- How to Contribute