watcher.decision_engine.strategy.strategies.dummy_with_resize
Module¶watcher.decision_engine.strategy.strategies.dummy_with_resize.
DummyWithResize
(config, osc=None)[source]¶Bases: watcher.decision_engine.strategy.strategies.base.DummyBaseStrategy
Dummy strategy used for integration testing via Tempest
Description
This strategy does not provide any useful optimization. Its only purpose is to be used by Tempest tests.
Requirements
<None>
Limitations
Do not use in production.
Spec URL
<None>
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.