Resource optimization service for OpenStack.
Go to file
Larry Rensing 8387cd10de Update .coveragerc to ignore abstract methods
Due to importing modules rather than functions and decorators directly,
@abc.abstract and 'raise NotImplementedError' were added to the
.coveragerc file.  Since abstract methods are not testable, this will
give us a more accurate representation of our coverage.

Change-Id: Id5ed5e1f5e142d10f41ad18d20228399226ec20d
Co-Authored-By: Jin Li <jl7351@att.com>
Closes-Bug: #1563717
2016-04-08 16:59:57 +00:00
devstack Remove KEYSTONE_CATALOG_BACKEND from DevStack plugin 2016-02-12 09:51:51 -06:00
doc/source Merge "Updated action-plugin doc to refer to Voluptuous" 2016-03-22 15:17:37 +00:00
etc/watcher Remove the watcher sample configuration file 2016-03-21 11:47:29 +01:00
watcher Integrated consolidation strategy with watcher 2016-03-24 12:00:01 +01:00
watcher_tempest_plugin Merge "Refactored check for invalid goal" 2016-03-16 00:25:39 +00:00
.coveragerc Update .coveragerc to ignore abstract methods 2016-04-08 16:59:57 +00:00
.gitignore Remove the watcher sample configuration file 2016-03-21 11:47:29 +01:00
.gitreview fix dependencies version 2015-10-22 16:34:14 +02:00
.mailmap initial version 2015-06-04 15:27:57 +02:00
.testr.conf initial version 2015-06-04 15:27:57 +02:00
babel.cfg initial version 2015-06-04 15:27:57 +02:00
CONTRIBUTING.rst initial version 2015-06-04 15:27:57 +02:00
HACKING.rst Add Creative Commons Attribution header to documentation 2015-12-20 01:51:00 -06:00
LICENSE initial version 2015-06-04 15:27:57 +02:00
MANIFEST.in initial version 2015-06-04 15:27:57 +02:00
README.rst Removing unicode from README.rst 2016-03-08 17:07:53 -06:00
requirements.txt Added oslo.context to requirements.txt 2016-03-23 10:45:23 -05:00
setup.cfg Integrated consolidation strategy with watcher 2016-03-24 12:00:01 +01:00
setup.py Updated from global requirements 2016-02-20 22:02:12 +00:00
test-requirements.txt Added Mixin-related filters on DB queries 2016-03-14 15:46:58 +01:00
tox.ini Remove the watcher sample configuration file 2016-03-21 11:47:29 +01:00

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 operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency-and more!