[release-announce] [magnum] python-magnumclient 2.8.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 31 20:08:08 UTC 2018


We are glad to announce the release of:

python-magnumclient 2.8.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.

Changes in python-magnumclient 2.7.0..2.8.0
-------------------------------------------

a6a76a3 Add disable floating ip parameter
1124b4a Updated from global requirements
51adfb8 Cleanup test-requirements
3704633 Updated from global requirements
99f477b Updated from global requirements
5e9f07b Set --labels default to None on cluster create
dd09588 OSC: Add --flavor to coe cluster create
e814523 Add missing master_flavor_id in cluster attributes
7e4c28b Avoid tox_install.sh for constraints support
10c9fd1 Updated from global requirements
e49dcb1 Replace six.iteritems() with .items()
c035f92 OSC: Add --master-flavor to coe cluster create
92fa44e Make cluster config --force a boolean
749105f Updated from global requirements
57dc025 Add --labels for cluster-create
5daa38e OSC: Add --labels to coe cluster create
31dc867 Add oslo.log as requirement
fe51e61 OSC: Add magnum service-list command
e9f17af Now `name` is a positional argument in cluster creation
74521d7 OSC: Remove unused files
ef55dd0 inline comment typo fix


Diffstat (except docs and test files)
-------------------------------------

magnumclient/osc/v1/cluster_templates.py           | 25 ++++++++--
magnumclient/osc/v1/clusters.py                    | 35 ++++++++++++--
magnumclient/osc/v1/mservices.py                   | 39 +++++++++++++++
magnumclient/v1/baymodels_shell.py                 | 21 ++++++++-
magnumclient/v1/client.py                          |  4 +-
magnumclient/v1/cluster_templates_shell.py         | 24 ++++++++--
magnumclient/v1/clusters.py                        |  3 ++
magnumclient/v1/clusters_shell.py                  |  7 +++
requirements.txt                                   | 15 +++---
setup.cfg                                          |  2 +
test-requirements.txt                              | 13 +++--
tools/tox_install.sh                               | 55 ----------------------
tox.ini                                            | 15 ++++--
24 files changed, 328 insertions(+), 143 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e5c898c..87eb582 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-six>=1.9.0 # MIT
-keystoneauth1>=3.1.0 # Apache-2.0
+six>=1.10.0 # MIT
+keystoneauth1>=3.3.0 # Apache-2.0
@@ -11,3 +11,4 @@ requests>=2.14.2 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -15 +16 @@ os-client-config>=1.28.0 # Apache-2.0
-osc-lib>=1.7.0 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
@@ -17 +18 @@ PrettyTable<0.8,>=0.7.1 # BSD
-cryptography!=2.0,>=1.6 # BSD/Apache-2.0
+cryptography!=2.0,>=1.9 # BSD/Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f311984..9062afa 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,5 +8,4 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -16,2 +15,2 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-mock>=2.0 # BSD
+testtools>=2.2.0 # MIT
+mock>=2.0.0 # BSD






More information about the Release-announce mailing list