watcher.decision_engine.planner.weight
Module¶watcher.decision_engine.planner.weight.
WeightPlanner
(config)[source]¶Bases: watcher.decision_engine.planner.base.BasePlanner
Weight planner implementation
This implementation builds actions with parents in accordance with weights. Set of actions having a higher weight will be scheduled before the other ones. There are two config options to configure: action_weights and parallelization.
Limitations
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.