From 8cf233ab039b85587c29dca14ccee047c350561c Mon Sep 17 00:00:00 2001 From: Antoine Cabot Date: Mon, 19 Sep 2016 15:00:00 +0200 Subject: [PATCH] Update Watcher description This change-set update Watcher description as it is used in the ML to announce each new release. Change-Id: I6318107c3e3322a3ef734e90c9e3e0176967ceaf --- README.rst | 6 ++---- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e9ef3738e..823eda8f5 100644 --- a/README.rst +++ b/README.rst @@ -10,10 +10,8 @@ Watcher OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. -Watcher provides a complete optimization loop-including everything from a -metrics receiver, complex event processor and profiler, optimization processor -and an action plan applier. This provides a robust framework to realize a wide -range of cloud optimization goals, including the reduction of data center +Watcher provides a robust framework to realize a wide range of cloud +optimization goals, including the reduction of data center operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency-and more! diff --git a/setup.cfg b/setup.cfg index fe1fcae1c..9e8be9a6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-watcher -summary = Watcher takes advantage of CEP and ML algorithms/metaheuristics to improve physical resources usage through better VM placement. Watcher can improve your cloud optimization by reducing energy footprint and increasing profits. +summary = OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. description-file = README.rst author = OpenStack