heat.engine.resources.wait_condition module¶
-
class
heat.engine.resources.wait_condition.BaseWaitConditionHandle(name, definition, stack)[source]¶ Bases:
heat.engine.resources.signal_responder.SignalResponderBase 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= {}¶
-
-
exception
heat.engine.resources.wait_condition.WaitConditionFailure(wait_condition, handle)[source]¶ Bases:
heat.common.exception.Error
-
exception
heat.engine.resources.wait_condition.WaitConditionTimeout(wait_condition, handle)[source]¶ Bases:
heat.common.exception.Error