heat.engine.clients package

Module contents

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

Bases: object

Class for delaying choosing the backend client module.

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

heat.engine.clients.Clients

alias of heat.engine.clients.ClientBackend

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

Bases: object

Convenience class to create and cache client instances.

client(name, version=None)[source]
client_plugin(name)[source]
property context
heat.engine.clients.has_client(name)[source]
heat.engine.clients.initialise()[source]
heat.engine.clients.list_opts()[source]