The heat.engine.clients.os.mistral Module

class heat.engine.clients.os.mistral.MistralClientPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

WORKFLOW_V2 = 'workflowv2'
get_workflow_by_identifier(workflow_identifier)[source]
is_conflict(ex)[source]
is_not_found(ex)[source]
is_over_limit(ex)[source]
service_types = ['workflowv2']
class heat.engine.clients.os.mistral.WorkflowConstraint[source]

Bases: heat.engine.constraints.BaseCustomConstraint

expected_exceptions = (<class 'heat.common.exception.EntityNotFound'>,)
resource_client_name = 'mistral'
resource_getter_name = 'get_workflow_by_identifier'