Python client for Container Infrastructure Management Service
c8810bef54
Currently client rely master_count validation on server side, this is not good, the patch fix this. Also add unit test for invalid --master-count. Change-Id: Icf2b850f78989365814437e2c22c994c6ebc1fc1 Related-Bug: #1522668 Depends-On: I21109682358e125ae99326978eee73e09db476ba |
||
---|---|---|
doc/source | ||
magnumclient | ||
python-magnumclient/locale | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
CONTRIBUTING.rst | ||
coverage.sh | ||
LICENSE | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Python bindings to the Magnum API
This is a client library for Magnum built on the Magnum API. It
provides a Python API (the magnumclient
module) and a
command-line tool (magnum
).
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Bugs - issue tracking
- Source