heat.engine.clients.client_exception module

exception heat.engine.clients.client_exception.EntityMatchNotFound(entity=None, args=None, **kwargs)[source]

Bases: heat.common.exception.HeatException

msg_fmt = 'No %(entity)s matching %(args)s.'
exception heat.engine.clients.client_exception.EntityUniqueMatchNotFound(entity=None, args=None, **kwargs)[source]

Bases: heat.engine.clients.client_exception.EntityMatchNotFound

msg_fmt = 'No %(entity)s unique match found for %(args)s.'
exception heat.engine.clients.client_exception.InterfaceNotFound(**kwargs)[source]

Bases: heat.common.exception.HeatException

msg_fmt = 'No network interface found for server %(id)s.'