[release-announce] [senlin] python-senlinclient 1.2.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Thu Jan 26 10:30:24 UTC 2017
We are satisfied to announce the release of:
python-senlinclient 1.2.0: OpenStack Clustering API Client Library
This release is part of the ocata stable release series.
Download the package from:
https://pypi.python.org/pypi/python-senlinclient
For more details, please see below.
1.2.0
^^^^^
New Features
************
* Support node replace operation.
* Enhance the parameter check for "path" in cluster collect
operation.
* Help message for metadata clean operations.
Bug Fixes
*********
* Fix incorrect description of profile/policy validate operations.
* Fix project_id and user_id show bug for profile/policy validate
and cluster policy show operations.
* Fix enabled option for senlin cluster-policy-detach command.
Changes in python-senlinclient 1.1.0..1.2.0
-------------------------------------------
9df5282 Release note for python-senlinclient 1.2.0
809a90e Fix senlin cluster-policy-detach cannot disable
491bc8f Fix cluster_collect interface
532024e Updated from global requirements
ca3e328 Add deprecation of cluster-run cli
23852b4 Updated from global requirements
8ab7f39 Add missing requirements
a0d2ef1 Updated from global requirements
d70579c Remove unnecessary coding format in the head of files
fc4b167 Trivial: Modify the description of policy validate
6502785 Updated from global requirements
2e1a6d1 Trivial: Modify the description of profile validate
3a10bc2 Revert "Revert "Revert "Fix `openstack cluster profile validate` bug"""
c4103f6 Fix `openstack cluster policy show` bug
9b019fc Fix `openstack cluster policy vaildate` bug
3525aef Revert "Revert "Fix `openstack cluster profile validate` bug""
7ba78f8 Revert "Revert "Get project_id and user_id when show profile""
a8b04d4 Add Constraints support
130a522 Revert "Fix `openstack cluster profile validate` bug"
98caf6c Revise help string profile list
427ff59 Revert "Get project_id and user_id when show profile"
792f6aa Enhance the parameter check for "path" in cluster collect
8277116 Fix `openstack cluster profile validate` bug
d724f41 Client support for node replace
508df27 Get project_id and user_id when show profile
5ad7da6 Updated from global requirements
43bd4f6 Add metadata clean help
5cebe68 Delete pbr generated files
7a3a3f0 Fix import method to follow community guideline
Diffstat (except docs and test files)
-------------------------------------
AUTHORS | 10 -
ChangeLog | 244 ---------------------
.../notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml | 10 +
releasenotes/source/conf.py | 1 -
requirements.txt | 5 +-
senlinclient/v1/client.py | 14 +-
senlinclient/v1/cluster.py | 43 +++-
senlinclient/v1/node.py | 7 +-
senlinclient/v1/policy.py | 9 +-
senlinclient/v1/profile.py | 18 +-
senlinclient/v1/receiver.py | 3 +-
senlinclient/v1/shell.py | 57 +++--
setup.cfg | 1 +
tools/tox_install.sh | 30 +++
tox.ini | 6 +-
18 files changed, 191 insertions(+), 301 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8cf8253..64441ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8,2 @@ PrettyTable<0.8,>=0.7.1 # BSD
-openstacksdk>=0.9.10 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
+openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 # Apache-2.0
@@ -15 +16 @@ PyYAML>=3.10.0 # MIT
-requests>=2.10.0 # Apache-2.0
+requests!=2.12.2,>=2.10.0 # Apache-2.0
More information about the Release-announce
mailing list