The watcher.decision_engine.audit.base Module

The watcher.decision_engine.audit.base Module

class watcher.decision_engine.audit.base.AuditHandler[source]

Bases: watcher.decision_engine.audit.base.BaseAuditHandler

check_ongoing_action_plans(request_context)[source]
do_execute(audit, request_context)[source]
do_schedule(request_context, audit, solution)[source]
execute(audit, request_context)[source]
post_execute(audit, solution, request_context)[source]
pre_execute(audit, request_context)[source]
update_audit_state(audit, state)[source]
class watcher.decision_engine.audit.base.BaseAuditHandler[source]

Bases: object

do_execute(audit, request_context)[source]
execute(audit_uuid, request_context)[source]
post_execute(audit, solution, request_context)[source]
pre_execute(audit_uuid, request_context)[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.