watcher.decision_engine.strategy.strategies.actuation
Module¶watcher.decision_engine.strategy.strategies.actuation.
Actuator
(config, osc=None)[source]¶Bases: watcher.decision_engine.strategy.strategies.base.UnclassifiedStrategy
Actuator that simply executes the actions given as parameter
This strategy allows anyone to create an action plan with a predefined set of actions. This strategy can be used for 2 different purposes:
do_execute
()[source]¶Strategy execution phase
This phase is where you should put the main logic of your strategy.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.