[release-announce] [senlin] python-senlinclient 1.4.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 13:40:57 UTC 2017


We are happy to announce the release of:

python-senlinclient 1.4.0: OpenStack Clustering API Client Library

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

Changes in python-senlinclient 1.3.0..1.4.0
-------------------------------------------

cfdf62a OSC command for node op and cluster op
39c4dd0 Add an installation doc
e8c929a Updated from global requirements
53651b3 Updated from global requirements
0fb164a Fix receiver-update mistake
734c108 Revise `senlin service-list`
8942a53 Add --config option parameter for cluster-create command
8682e2f Fix `openstack cluster service`
7f05b87 Revise service list help info
064b7ff Updated from global requirements
ae65283 Fix `openstack cluster service` Exception raised This patch fixes `openstack cluster service` Closes-bug: #1705069
2300c07 List services doc link cannot be found
7f1f282 Update and optimize documentation links
3b958a3 Fix senlin cluster policy list error
7c943e1 Updated from global requirements
97e85c1 Unify style of 'domain' field
8a03b35 Profile id or name is a default profile
7a26c7e fix setup.cfg cluster service path error
216cfad Fix openstackdocstheme settings
05bff0c Cleanup sphinx building
4db08ce import cli-reference from openstack-manuals
7cf040e Support to cluster-op and node-op operations
fb09054 Updated from global requirements
37f484f Updated from global requirements
e0e789f Enable some off-by-default checks
1877a1e Make --os-profile load from environment variables
79b83d9 Support  receiver update operation
c75cad3 Add services list
42dff83 Updated from global requirements
2121b9e Fix html_last_updated_fmt for Python3.
3a69e0d Updated from global requirements
d5e3321 Fix development document api-ref link error
ab0e8a2 Updated from global requirements
0a8fa96 remove redundant value when cluster-show
3b48c41 Updated from global requirements
021570f Delete TODO about event-delete, The event-delete has been abandoned
116eeec Check node status before do cluster-recover action
913e48c Updated from global requirements


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

CONTRIBUTING.rst                            |    4 +-
README.rst                                  |    4 +-
TODO                                        |    1 -
releasenotes/source/conf.py                 |   14 +-
requirements.txt                            |   12 +-
senlinclient/common/i18n.py                 |    2 +-
senlinclient/shell.py                       |    9 +-
senlinclient/v1/client.py                   |  159 ++-
senlinclient/v1/cluster.py                  |   82 +-
senlinclient/v1/node.py                     |   44 +
senlinclient/v1/policy.py                   |   17 +-
senlinclient/v1/profile.py                  |   16 +-
senlinclient/v1/receiver.py                 |   51 +
senlinclient/v1/service.py                  |   43 +
senlinclient/v1/shell.py                    |  120 +-
setup.cfg                                   |    5 +
test-requirements.txt                       |   10 +-
tox.ini                                     |    3 +-
27 files changed, 2565 insertions(+), 172 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 116edf7..a09447c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,5 +8,5 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=2.18.0 # Apache-2.0
-openstacksdk>=0.9.14 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
+openstacksdk>=0.9.17 # Apache-2.0
+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
@@ -16 +16 @@ PyYAML>=3.10.0 # MIT
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ca6f72d..62fe989 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -11 +11 @@ mock>=2.0 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -13,2 +13,2 @@ oslotest>=1.10.0 # Apache-2.0
-setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL
-sphinx>=1.5.1 # BSD
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL
+sphinx>=1.6.2 # BSD
@@ -18 +18 @@ testtools>=1.4.0 # MIT
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list