[release-announce] python-watcher 1.12.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 8 14:34:35 UTC 2018


We enthusiastically announce the release of:

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

This release is part of the rocky stable release series.

The source is available from:

    https://github.com/openstack/watcher

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/watcher

For more details, please see below.

Changes in python-watcher 1.11.0..1.12.0
----------------------------------------

d79edb9 Fix TypeError in LOG.debug
249e3c9 fix unit test:test_execute_audit_with_interval_no_job
a229fec improve strategy doc
5c2b3f0 remove get_flavor_instance
927d094 Fix unittest MismatchError
57a4aae only check decision engine service
abd1290 remove extra'_' and space
b92a263 remove voluptuous
843cd49 Update watcher-db-manage help doc
bad257f Fix strategies with additional time to initialize CDM
c4821ce Add apscheduler_jobs table to models
abbb131 Fix AttributeError exception
4a5175c Add noisy neighbor strategy doc


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

.zuul.yaml                                         | 30 +++++--
lower-constraints.txt                              |  1 -
requirements.txt                                   |  1 -
watcher/api/controllers/v1/action_plan.py          |  2 +-
watcher/api/scheduling.py                          |  3 +-
watcher/common/exception.py                        |  8 +-
watcher/common/nova_helper.py                      | 20 -----
watcher/db/sqlalchemy/models.py                    | 22 +++++
.../strategy/strategies/saving_energy.py           | 34 +++++---
.../strategies/storage_capacity_balance.py         |  9 ++
.../strategy/strategies/zone_migration.py          | 36 ++++----
.../decision_engine/audit/test_audit_handlers.py   |  5 +-
16 files changed, 209 insertions(+), 86 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1daba9d..c6e2ce9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31 +30,0 @@ PrettyTable<0.8,>=0.7.2 # BSD
-voluptuous>=0.11.1 # BSD License






More information about the Release-announce mailing list