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.

attach_volume_to_instance(server_id, volume_id, device_id)[source]
cinder()[source]
detach_volume_from_instance(server_id, volume_id)[source]
keystone()[source]
nova(service_type='compute')[source]
quantum()[source]
swift()[source]

This Page