watcher.applier.actions.sleep module

watcher.applier.actions.sleep module

service None

Bases: watcher.applier.actions.base.BaseAction

Makes the executor of the action plan wait for a given duration

The action schema is:

schema = Schema({
 'duration': float,
})

The duration is expressed in seconds.

Sleep.abort()[source]
Sleep.execute()[source]
Sleep.get_description()[source]

Description of the action

Sleep.post_condition()[source]
Sleep.pre_condition()[source]
Sleep.revert()[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.