The heat.engine.clients ModuleΒΆ

class heat.engine.clients.ClientBackend[source]

Bases: object

Delay choosing the backend client module until the client’s class needs to be initialized.

heat.engine.clients.Clients

alias of ClientBackend

class heat.engine.clients.OpenStackClients(context)[source]

Bases: object

Convenience class to create and cache client instances.

OpenStackClients.auth_token[source]
OpenStackClients.ceilometer()[source]
OpenStackClients.cinder()[source]
OpenStackClients.heat()[source]
OpenStackClients.keystone()[source]
OpenStackClients.neutron()[source]
OpenStackClients.nova(service_type='compute')[source]
OpenStackClients.swift()[source]
OpenStackClients.trove(service_type='database')[source]
OpenStackClients.url_for(**kwargs)[source]

Previous topic

The heat.engine.function Module

Next topic

The heat.engine.template Module

This Page