Resource optimization service for OpenStack.
Go to file
Muzammil Mueen fd7c41fba2 Remove unused columns parameters in watcher/db/api
In watcher/db/api.py, some abstract methods are specifying a 'columns'
parameter that is actually ignored in db/sqlalchemy/api.py. Since we
do not need this parameter, realignment was done for the signatures
of these methods, by removing the 'column' parameter (and its
docstring) from every single one of the following methods.

get_audit_template_list
get_audit_list
get_action_list
get_action_plan_list

Closes-Bug: #1597641
Change-Id: If706e24d5714f0139fd135bdc41d17d0e431e302
2016-07-19 09:51:41 -07:00
devstack Optimize local.conf.controller file to enable watche-dashboard 2016-07-08 10:06:10 +08:00
doc/source Merge "Add new documentation section for Watcher policies rules" 2016-07-12 08:14:33 +00:00
etc/watcher Add policies for API access control to watcher project. 2016-07-06 17:38:44 +08:00
releasenotes Use proper theme for release notes 2016-06-15 10:12:29 +02:00
watcher Remove unused columns parameters in watcher/db/api 2016-07-19 09:51:41 -07:00
watcher_tempest_plugin Merge "Fix field type to audit_type" 2016-07-07 08:57:44 +00:00
.coveragerc Update .coveragerc to ignore abstract methods 2016-04-08 16:59:57 +00:00
.gitignore Add Desktop Service Store to .gitignore file 2016-07-07 11:05:56 +03: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
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 Update Docs links to docs.openstack.org 2016-06-29 19:46:11 +00:00
babel.cfg initial version 2015-06-04 15:27:57 +02:00
requirements.txt Add continuously optimization 2016-07-07 19:17:17 +03:00
setup.cfg Update unitaty tests to verify strategy and goal name 2016-07-12 16:54:38 +02:00
setup.py Updated from global requirements 2016-02-20 22:02:12 +00:00
test-requirements.txt Updated from global requirements 2016-06-24 03:19:28 +00:00
tox.ini Add bandit in tox -e pep8 2016-06-20 19:03:02 -05:00

README.rst

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!