[release-announce] python-watcher 1.4.2 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 17 22:17:42 UTC 2019


We are pumped to announce the release of:

python-watcher 1.4.2: OpenStack Watcher provides a flexible and
scalable resource optimization service for multi-tenant OpenStack-
based clouds.

This release is part of the pike stable release series.

The source is available from:

    https://opendev.org/openstack/watcher

Download the package from:

    https://tarballs.openstack.org/watcher/

Please report issues through:

    https://bugs.launchpad.net/watcher/+bugs

For more details, please see below.

Changes in python-watcher 1.4.1..1.4.2
--------------------------------------

30d6f07c Replace openstack.org git:// URLs with https://
343a6595 Check job before removing it
9af6886b Fix TypeError in function chunkify
b0ef77f5 import zuul job settings from project-config
f5157f28 workload_stabilization trivial fix
13331935 Updated from global requirements
8d61c1a2 Fix workload_stabilization unavailable nodes and instances
6b4b5c2f Fix gnocchiclient creation
62623a7f Updated from global requirements


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

.zuul.yaml                                         |  9 ++++
devstack/local.conf.compute                        |  2 +-
devstack/local.conf.controller                     |  6 +--
requirements.txt                                   |  4 +-
watcher/common/clients.py                          |  6 ++-
watcher/decision_engine/audit/continuous.py        | 11 ++---
watcher/decision_engine/planner/weight.py          |  1 +
.../strategy/strategies/workload_stabilization.py  | 21 ++++++---
.../decision_engine/audit/test_audit_handlers.py   | 23 +++++++++-
.../decision_engine/model/ceilometer_metrics.py    |  9 +++-
.../data/scenario_1_with_1_node_unavailable.xml    | 50 ++++++++++++++++++++++
.../decision_engine/model/faker_cluster_state.py   |  3 ++
.../strategies/test_workload_stabilization.py      | 12 ++++++
17 files changed, 148 insertions(+), 25 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0a62ff1e..5f74f55e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -40 +40 @@ python-novaclient>=9.0.0 # Apache-2.0
-python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+python-openstackclient>=3.11.0 # Apache-2.0
@@ -48 +48 @@ WSME>=0.8 # MIT
-networkx>=1.10 # BSD
+networkx<2.0,>=1.10 # BSD






More information about the Release-announce mailing list