python-magnumclient 2.13.0 (train)
We are glad to announce the release of: python-magnumclient 2.13.0: Client library for Magnum API This release is part of the train release series. The source is available from: https://opendev.org/openstack/python-magnumclient Download the package from: https://pypi.org/project/python-magnumclient Please report issues through: https://bugs.launchpad.net/python-magnumclient/+bugs For more details, please see below. Changes in python-magnumclient 2.12.0..2.13.0 --------------------------------------------- ea7c571 Add nodegroup list/show commands 94380f9 Support resize api 46e4ab1 Update master for stable/stein 74c5f22 Support health_status on client side 3f7b994 python3 fixes a3297b7 add python 3.7 unit test job ab8392c Add hidden property to cluster template Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + magnumclient/common/utils.py | 10 +- magnumclient/osc/plugin.py | 10 +- magnumclient/osc/v1/cluster_templates.py | 15 +- magnumclient/osc/v1/clusters.py | 48 ++++- magnumclient/osc/v1/nodegroups.py | 114 +++++++++++ magnumclient/v1/basemodels.py | 2 +- magnumclient/v1/client.py | 2 + magnumclient/v1/cluster_templates_shell.py | 8 + magnumclient/v1/clusters.py | 15 ++ magnumclient/v1/nodegroups.py | 67 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + setup.cfg | 4 + 22 files changed, 794 insertions(+), 20 deletions(-)
participants (1)
-
no-reply@openstack.org