heat.engine.clients.os.zaqar module

class heat.engine.clients.os.zaqar.QueueConstraint[source]

Bases: heat.engine.constraints.BaseCustomConstraint

resource_client_name = 'zaqar'
resource_getter_name = 'get_queue'
class heat.engine.clients.os.zaqar.ZaqarClientPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

DEFAULT_TTL = 3600
MESSAGING = 'messaging'
create_for_tenant(tenant_id, token)[source]
create_from_signed_url(project_id, paths, expires, methods, signature)[source]
exceptions_module = <module 'zaqarclient.transport.errors' from '/home/zuul/src/opendev.org/openstack/heat/.tox/docs/lib/python3.6/site-packages/zaqarclient/transport/errors.py'>
get_queue(queue_name)[source]
is_not_found(ex)[source]

Returns True if the exception is a not-found.

service_types = ['messaging']
class heat.engine.clients.os.zaqar.ZaqarEventSink(target, ttl=None)[source]

Bases: object

consume(context, event)[source]