The heat.engine.clients.client_exception Module

The 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 = u'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 = u'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 = u'No network interface found for server %(id)s.'
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.