heat.engine.resources.wait_condition module¶
- class heat.engine.resources.wait_condition.BaseWaitConditionHandle(name, definition, stack)[source]¶
Bases:
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 = {}¶