[release-announce] [senlin] python-senlinclient 1.5.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 7 14:44:46 UTC 2017


We are psyched to announce the release of:

python-senlinclient 1.5.0: OpenStack Clustering API Client Library

This release is part of the queens release series.

Download the package from:

    https://pypi.python.org/pypi/python-senlinclient

For more details, please see below.

Changes in python-senlinclient 1.4.0..1.5.0
-------------------------------------------

703f41a Updated from global requirements
40d766c Remove setting of version/release from releasenotes
09be7f9 Updated from global requirements
ee217b8 Fix delete cluster/node miss force-delete parameter
d028b76 Updated from global requirements
7f35133 Fix the ineffective url links in python-senlinclient docs
09d479b Switch to Zuul v3 testing
1a2504e Imported Translations from Zanata
743d2dd Add force parameter for cluster and node deletion
ec84dae Updated from global requirements
9f05096 Add profile type ops cli
43c12fa Updated from global requirements
aba2d9b Updated from global requirements
dbf32a0 Support node-adopt/preview CLI
d0f0fbe Imported Translations from Zanata
821b27f Fix unit test failure
b618d52 Updated from global requirements
65dcd7e Update reno for stable/pike
52a1210 fixes support for osprofiler


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

.zuul.yaml                                         |  17 ++
README.rst                                         |   2 +-
.../legacy/senlinclient-dsvm-functional/post.yaml  |  80 +++++++++
.../legacy/senlinclient-dsvm-functional/run.yaml   |  70 ++++++++
releasenotes/source/conf.py                        |  14 +-
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 184 +++++++++++++++++++++
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  42 +++++
releasenotes/source/pike.rst                       |   6 +
requirements.txt                                   |  16 +-
senlinclient/common/sdk.py                         |   2 +-
senlinclient/common/utils.py                       |  16 ++
.../zh_CN/LC_MESSAGES/senlinclient-log-info.po     |  21 ---
.../zh_CN/LC_MESSAGES/senlinclient-log-warning.po  |  19 ---
.../locale/zh_CN/LC_MESSAGES/senlinclient.po       | 170 +------------------
senlinclient/plugin.py                             |   2 +-
senlinclient/v1/client.py                          |  27 ++-
senlinclient/v1/cluster.py                         |  12 +-
senlinclient/v1/node.py                            | 109 +++++++++++-
senlinclient/v1/profile_type.py                    |  28 ++++
senlinclient/v1/shell.py                           |  95 ++++++++++-
setup.cfg                                          |   4 +-
test-requirements.txt                              |  10 +-
30 files changed, 1068 insertions(+), 278 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a09447c..ab19df0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.0.1 # Apache-2.0
-openstacksdk>=0.9.17 # Apache-2.0
+keystoneauth1>=3.3.0 # Apache-2.0
+openstacksdk>=0.9.19 # Apache-2.0
@@ -11,5 +11,5 @@ osc-lib>=1.7.0 # 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
-python-heatclient>=1.6.1 # Apache-2.0
-PyYAML>=3.10.0 # MIT
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
+python-heatclient>=1.10.0 # Apache-2.0
+PyYAML>=3.10 # MIT
@@ -17 +17 @@ requests>=2.14.2 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 62fe989..ce8d1ce 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,3 +9,3 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-requests-mock>=1.1 # Apache-2.0
-mock>=2.0 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
+requests-mock>=1.1.0 # Apache-2.0
+mock>=2.0.0 # BSD
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -17,2 +17,2 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list