The rackspace.clients ModuleΒΆ

Client Libraries for Rackspace Resources.

class rackspace.clients.Clients(context)[source]

Bases: heat.engine.clients.OpenStackClients

Convenience class to create and cache client instances.

Clients.auto_scale()[source]

Rackspace Auto Scale client.

Clients.cinder()[source]

Override the region for the cinder client.

Clients.cloud_db()[source]

Rackspace cloud database client.

Clients.cloud_dns()[source]

Rackspace cloud dns client.

Clients.cloud_lb()[source]

Rackspace cloud loadbalancer client.

Clients.cloud_networks()[source]

Rackspace cloud networks client.

Clients.nova(service_type='compute')[source]

Rackspace cloudservers client.

Specifying the service type is to maintain compatibility with clients.OpenStackClients. It is not actually a valid option to change within pyrax.

Clients.trove()[source]

Rackspace trove client.

Previous topic

The rackspace Module

Next topic

The heat_keystoneclient_v2.client Module

This Page