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

no-reply at openstack.org no-reply at openstack.org
Wed Aug 31 10:48:39 UTC 2016


We are mirthful to announce the release of:

python-watcherclient 0.25.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.24.0..0.25.0
----------------------------------------------

6e85823 Add again parameters as Audit creation attributes
c2b5eea Updated from global requirements
824017f Add strategy name in action plan fields
545f153 Updated from global requirements
008b50e remove redundant ')'
6fbcfc7 Add goal_id, strategy_id and host_aggregate CLI options to audit
aa90c53 Optimiz the help information for audit type parameter.
9c32e6e Updated from global requirements
7b55f92 Add scoring engine commands
daa4a88 Remove discover from test-requirements
776a251 Updated from global requirements
613810e Updated from global requirements
e258613 Fix for importing osc-lib instead openstackclient
ea45547 Updated from global requirements


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

requirements.txt                                   |   6 +-
setup.cfg                                          |   6 +
test-requirements.txt                              |   1 -
watcherclient/plugin.py                            |   2 +-
watcherclient/shell.py                             |   4 +-
watcherclient/v1/__init__.py                       |   6 +-
watcherclient/v1/action_plan_shell.py              |   2 +-
watcherclient/v1/action_shell.py                   |   2 +-
watcherclient/v1/audit.py                          |   5 +-
watcherclient/v1/audit_shell.py                    |  77 ++++++---
watcherclient/v1/audit_template_shell.py           |   2 +-
watcherclient/v1/client.py                         |   1 +
watcherclient/v1/goal_shell.py                     |   2 +-
watcherclient/v1/resource_fields.py                |  32 ++--
watcherclient/v1/scoring_engine.py                 |  78 +++++++++
watcherclient/v1/scoring_engine_shell.py           | 105 ++++++++++++
watcherclient/v1/strategy_shell.py                 |   2 +-
22 files changed, 713 insertions(+), 96 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index dcc06bb..f4d068e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
+osc-lib>=1.0.2 # Apache-2.0
@@ -8 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.14.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
@@ -11,2 +12 @@ PrettyTable<0.8,>=0.7 # BSD
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
-python-openstackclient>=2.1.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c9a0e8a..ae3d8f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +5,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD





More information about the OpenStack-announce mailing list