The watcher.decision_engine.strategy.strategies.actuation Module

The watcher.decision_engine.strategy.strategies.actuation Module

Actuator

This strategy allows anyone to create an action plan with a predefined set of actions. This strategy can be used for 2 different purposes:

  • Test actions
  • Use this strategy based on an event trigger to perform some explicit task
class 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

do_execute()[source]
classmethod get_display_name()[source]
classmethod get_name()[source]
classmethod get_schema()[source]
classmethod get_translatable_display_name()[source]
post_execute()[source]
pre_execute()[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.