The heat.engine.clients.client_plugin ModuleΒΆ

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

Bases: object

auth_token
client()[source]
exceptions_module = None
ignore_conflict_and_not_found(ex)[source]

Raises the exception unless it is a conflict or not-found.

ignore_not_found(ex)[source]

Raises the exception unless it is a not-found.

is_client_exception(ex)[source]

Returns True if the current exception comes from the client.

is_conflict(ex)[source]

Returns True if the exception is a conflict.

is_not_found(ex)[source]

Returns True if the exception is a not-found.

is_over_limit(ex)[source]

Returns True if the exception is an over-limit.

url_for(**kwargs)[source]