[openstack-announce] [new][watcher] python-watcherclient 0.24.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 16:09:12 UTC 2016


We are jazzed to announce the release of:

python-watcherclient 0.24.0: Python client library for Watcher API

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-watcher

Please report issues through launchpad:

    http://bugs.launchpad.net/watcher

For more details, please see below.

Changes in python-watcherclient 0.23.0..0.24.0
----------------------------------------------

5b914e8 Fix for error importing of exception class
918d2f0 Add support continuously-optimization
91d1d8b Remove the blank space between the function name and the parenthesis.
3ffe486 Prints  '-' instead of 'None' when data is None
bde259e Enable strategy parameter
75dd8dc Fix field type to audit_type
a6aed17 Add license file
63a1039 Updated from global requirements
9d3a6c5 Remove tempest-lib
8bcdf13 Updated from global requirements
f9fb087 Revert "Add support continuously-optimization"
d36d835 Replaced UUID of goal with name
e64e597 Remove useless index on root doc page
f9aac4f Updated CLI to display efficacy related fields
0f276e4 Updated from global requirements
888a58f Add support continuously-optimization


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

LICENSE                                          | 176 +++++++++++++++++++++++
requirements.txt                                 |   8 +-
test-requirements.txt                            |   5 +-
watcherclient/common/cliutils.py                 |  11 +-
watcherclient/common/http.py                     |   2 +-
watcherclient/v1/action_plan_shell.py            |  70 ++++++++-
watcherclient/v1/audit.py                        |   4 +-
watcherclient/v1/audit_shell.py                  |  23 ++-
watcherclient/v1/goal_shell.py                   |  40 ++++++
watcherclient/v1/resource_fields.py              |  42 +++---
watcherclient/v1/strategy_shell.py               |   9 ++
17 files changed, 456 insertions(+), 66 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 440f8f0..dcc06bb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -8 +8 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.14.0 # Apache-2.0
@@ -10,2 +10,2 @@ pbr>=1.6 # Apache-2.0
-PrettyTable>=0.7,<0.8  # BSD
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+PrettyTable<0.8,>=0.7 # BSD
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 226df9a..c9a0e8a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ hacking<0.11,>=0.10.2
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -12,2 +12 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-tempest-lib>=0.14.0 # Apache-2.0
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD





More information about the OpenStack-announce mailing list