Python client for Container Infrastructure Management Service
41563dc162
Enabled magnum client to display following information - disabled - disabled_reason - created_at - updated_at disabled field is not returned by the magnum server, but magnum server code will be modified for, bug #1607228. Server will be returning this field after fix of mentioned bug. Change-Id: I5bab76bf1fa476394c287ddc781f43bca2e5f035 Closes-bug: #1607234 |
||
---|---|---|
doc/source | ||
magnumclient | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
coverage.sh | ||
LICENSE | ||
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