The heat.engine.clients.client_plugin ModuleΒΆ

class heat.engine.clients.client_plugin.ClientPlugin(context)[source]

Bases: object

ClientPlugin.auth_token[source]
ClientPlugin.client()[source]
ClientPlugin.exceptions_module = None
ClientPlugin.ignore_not_found(ex)[source]

Raises the exception unless it is a not-found.

ClientPlugin.is_client_exception(ex)[source]

Returns True if the current exception comes from the client.

ClientPlugin.is_not_found(ex)[source]

Returns True if the exception is a not-found.

ClientPlugin.is_over_limit(ex)[source]

Returns True if the exception is an over-limit.

ClientPlugin.url_for(**kwargs)[source]

Previous topic

The heat.engine.function Module

Next topic

The heat.engine.clients Module

This Page