Dummy strategy is not registered in the watcher_strategies entrypoint
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Medium
|
Vincent Françoise |
Bug Description
We need to make our DummyStrategy available so it gets registered when installing Watcher.
Solution:
watcher_strategies =
basic = ...:BasicConsol
dummy = ...:DummyStrategy
Changed in watcher: | |
assignee: | nobody → Vincent Françoise (vincent-francoise) |
importance: | Undecided → Medium |
status: | New → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 9078e1e1381bc72
Author: Vincent Françoise <email address hidden>
Date: Thu Nov 26 14:16:18 2015 +0100
Added 'dummy' entrypoint within watcher_strategies
This should make our 'dummy' strategy available for use.
I also removed all previously defined default goals, which means
that they will have to define it themselves from now on.
This can also be useful for future integration tests.
Change-Id: I6c43eba941022a
DocImpact
Closes-Bug: #1520178
Changed in watcher: | |
status: | In Progress → Fix Committed |
Changed in watcher: | |
milestone: | none → mitaka-1 |
Changed in watcher: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/250396
Review: https:/