heat.engine.resources.wait_condition.
BaseWaitConditionHandle
(name, definition, stack)[source]¶Bases: heat.engine.resources.signal_responder.SignalResponder
Base WaitConditionHandle resource.
The main point of this class is to : - have no dependencies (so the instance can reference it) - create credentials to allow for signalling from the instance. - handle signals from the instance, validate and store result
STATUS_FAILURE
= 'FAILURE'¶STATUS_SUCCESS
= 'SUCCESS'¶WAIT_STATUSES
= ('FAILURE', 'SUCCESS')¶properties_schema
= {}¶heat.engine.resources.wait_condition.
WaitConditionFailure
(wait_condition, handle)[source]¶Bases: heat.common.exception.Error
heat.engine.resources.wait_condition.
WaitConditionTimeout
(wait_condition, handle)[source]¶Bases: heat.common.exception.Error
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.