watcher.applier.actions.nop module

watcher.applier.actions.nop module

service None

Bases: watcher.applier.actions.base.BaseAction

logs a message

The action schema is:

schema = Schema({
 'message': str,
})

The message is the actual message that will be logged.

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

Description of the action

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