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.

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

Previous topic

The heat.rpc.client Module

Next topic

The heat.engine Module

This Page