Containers Service (Zun) Client
fc98313850
Zun has introduced an API endpoint for listing availability zones (https://review.openstack.org/#/c/564670/). This patch is the client side implementation. In particular, this patch does the following: * Python API for listing availability zones * A CLI command for listing availability zones (i.e. zun availability-zone-list) * An OSC command for doing the same (i.e. openstack appcontainer availability zone list) Related-Bug: #1766395 Change-Id: I6c0512816277a63bbf444d0775121bb5d964a36a |
||
---|---|---|
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 | ||
lower-constraints.txt | ||
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