[magnum] python-magnumclient 2.9.0 (queens)
We are satisfied to announce the release of: python-magnumclient 2.9.0: Client library for Magnum API This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-magnumclient Download the package from: https://pypi.python.org/pypi/python-magnumclient Please report issues through launchpad: https://bugs.launchpad.net/python-magnumclient For more details, please see below. 2.9.0 ^^^^^ New Features * Implemented Openstack command for ca-show, ca-sign, ca-rotate and stats-list. * Implemented Openstack command for quotas-create, quotas-update, quotas-delete, quotas-show and quotas-list Changes in python-magnumclient 2.8.0..2.9.0 ------------------------------------------- 1385866 OSC command for magnum quota's e6b3b27 Add deprecation warnings to magnum client commands 6d9a0cf OSC command for ca-show, ca-sign, ca-roatate and stats-list 7ed2d75 Now cluster-template-update works for "labels" 845c27f Make cluster-config rbac compatible for kubebernetes c488cd9 Update UPPER_CONSTRAINTS_FILE for stable/queens 6b3fc22 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + magnumclient/common/cliutils.py | 4 + magnumclient/common/utils.py | 24 +- magnumclient/exceptions.py | 1 + magnumclient/osc/v1/certificates.py | 110 +++++++ magnumclient/osc/v1/quotas.py | 215 ++++++++++++++ magnumclient/osc/v1/stats.py | 41 +++ magnumclient/v1/certificates_shell.py | 3 + magnumclient/v1/cluster_templates_shell.py | 5 + magnumclient/v1/clusters_shell.py | 6 + magnumclient/v1/quotas_shell.py | 5 + magnumclient/v1/stats_shell.py | 1 + ...mentation_for_certificate-4597c20b59c152e1.yaml | 5 + ...implementation_for_quotas-33f44c0496d721f8.yaml | 6 + setup.cfg | 9 + tox.ini | 6 +- 23 files changed, 1169 insertions(+), 11 deletions(-)
participants (1)
-
no-reply@openstack.org