[openstack-announce] [new][magnum] python-magnumclient 2.2.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 21 10:32:52 UTC 2016


We are enthusiastic to announce the release of:

python-magnumclient 2.2.0: Client library for Magnum API

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-magnumclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-magnumclient

For more details, please see below.

Changes in python-magnumclient 2.1.0..2.2.0
-------------------------------------------

63505b6 Updated from global requirements
af74ab9 Bay_create_timeout should be set to 60 default
f0c2a16 Updated from global requirements
ce46162 Pass a flag to disable LB in baymodels
2116043 Log appropriate error while exception
19c0dc5 Add fixed_subnet attributes to baymodel
6017891 Updated from global requirements
c9eabe9 Support OS_PROJECT_* env variables
8679d8d Completely remove openstack common modules
29e3f66 Updated from global requirements
ee087f8 Add docker-storage-driver argument to baymodel
6f84715 Updated from global requirements
749bc4e Updated from global requirements
87654cd Updated from global requirements
4935c0f Tox test should respect upper-constraints
e0966eb Switch to a new service type "container-infra"
bbdc05d Add mesos_slave_executor_environment_variables validate in CLI
66b566a Add some fields back to bay_list
af8c1f4 Updated from global requirements
d6a697c Add '--fields' to show more columns for bay-list
1502e2d Update the home-page with developer documentation
f1d97b6 Correcting help messages of baymodel
ec4eeaa Add python3 to python classifiers
d65a5b5 Add '--fields' to show more columns for baymodel-list
f56285a Corrected spacing mistake in baymodels_shell.py
b0f36d7 Updated from global requirements
406528e Fix the bug when some value in labels has comma, it will fail.
820b50d Remove k8s pods, rcs, svc and container API calls
fec8d9c Client : Create BayModel with server type(VM/BM)


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

magnumclient/common/apiclient/auth.py              |   9 +-
magnumclient/common/cliutils.py                    |  95 ++++
magnumclient/common/utils.py                       |  35 +-
magnumclient/openstack/__init__.py                 |   0
magnumclient/openstack/common/__init__.py          |   0
magnumclient/openstack/common/_i18n.py             |  45 --
.../openstack/common/apiclient/__init__.py         |   0
magnumclient/openstack/common/apiclient/auth.py    | 234 ---------
magnumclient/openstack/common/apiclient/base.py    | 532 ---------------------
magnumclient/openstack/common/apiclient/client.py  | 388 ---------------
.../openstack/common/apiclient/exceptions.py       | 479 -------------------
.../openstack/common/apiclient/fake_client.py      | 190 --------
magnumclient/openstack/common/apiclient/utils.py   | 100 ----
magnumclient/openstack/common/cliutils.py          | 289 -----------
magnumclient/shell.py                              |  50 +-
magnumclient/v1/baymodels.py                       |   9 +-
magnumclient/v1/baymodels_shell.py                 |  44 +-
magnumclient/v1/bays_shell.py                      |  20 +-
magnumclient/v1/client.py                          |  29 +-
magnumclient/v1/containers.py                      | 144 ------
magnumclient/v1/containers_shell.py                | 217 ---------
magnumclient/v1/pods.py                            | 106 ----
magnumclient/v1/pods_shell.py                      | 128 -----
magnumclient/v1/replicationcontrollers.py          | 106 ----
magnumclient/v1/replicationcontrollers_shell.py    | 132 -----
magnumclient/v1/services.py                        | 105 ----
magnumclient/v1/services_shell.py                  | 119 -----
magnumclient/v1/shell.py                           |   8 -
openstack-common.conf                              |   7 -
requirements.txt                                   |  10 +-
setup.cfg                                          |   4 +-
test-requirements.txt                              |   6 +-
tools/tox_install.sh                               |  55 +++
tox.ini                                            |  15 +-
52 files changed, 590 insertions(+), 5035 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 688b8ca..6df07e3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -8,3 +8,3 @@ six>=1.9.0 # MIT
-keystoneauth1>=2.1.0 # Apache-2.0
-stevedore>=1.9.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+keystoneauth1>=2.7.0 # Apache-2.0
+stevedore>=1.10.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
@@ -13 +13 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5ea3765..6ed4fdd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
@@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
@@ -16 +16 @@ testtools>=1.4.0 # MIT
-mock>=1.2 # BSD
+mock>=2.0 # BSD





More information about the OpenStack-announce mailing list