consolidation of watcher
Change-Id: I9c82ef4d8a81af98afdfc34f5ad496bcade4af6a
This commit is contained in:
13
setup.cfg
13
setup.cfg
@@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
name = watcher
|
||||
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.
|
||||
description-file =
|
||||
README.rst
|
||||
@@ -23,11 +23,13 @@ classifier =
|
||||
[files]
|
||||
packages =
|
||||
watcher
|
||||
data_files =
|
||||
etc/ = etc/*
|
||||
|
||||
[global]
|
||||
setup-hooks =
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
|
||||
[entry_points]
|
||||
oslo.config.opts =
|
||||
watcher = watcher.opts:list_opts
|
||||
@@ -41,6 +43,12 @@ console_scripts =
|
||||
watcher.database.migration_backend =
|
||||
sqlalchemy = watcher.db.sqlalchemy.migration
|
||||
|
||||
watcher_strategies =
|
||||
basic = watcher.decision_engine.strategies.basic_consolidation:BasicConsolidation
|
||||
|
||||
watcher_metrics_collector =
|
||||
influxdb = watcher.metrics_engine.framework.datasources.influxdb_collector:InfluxDBCollector
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = doc/source
|
||||
build-dir = doc/build
|
||||
@@ -63,4 +71,3 @@ input_file = watcher/locale/watcher.pot
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = watcher/locale/watcher.pot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user