The heat.engine.clients ModuleΒΆ

heat.engine.clients.Clients

alias of OpenStackClients

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.keystone()[source]
OpenStackClients.neutron()[source]
OpenStackClients.nova(service_type='compute')[source]
OpenStackClients.swift()[source]
OpenStackClients.url_for(**kwargs)[source]

Previous topic

The heat.engine.update Module

Next topic

The heat.engine.scheduler Module

This Page