The heat.engine.clients.os.zaqar Module

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/jenkins/workspace/heat-docs-ubuntu-xenial/.tox/venv/local/lib/python2.7/site-packages/zaqarclient/transport/errors.pyc'>
is_not_found(ex)[source]
service_types = ['messaging']
class heat.engine.clients.os.zaqar.ZaqarEventSink(target, ttl=None)[source]

Bases: object

consume(context, event)[source]

Previous topic

The heat.engine.clients.os.trove Module

Next topic

The heat.engine.clients.progress Module

Project Source

This Page