The rackspace.clients ModuleΒΆ

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

Bases: heat.engine.clients.OpenStackClients

Convenience class to create and cache client instances.

auto_scale()[source]

Rackspace Auto Scale client.

cinder()[source]

Override the region for the cinder client.

cloud_db()[source]

Rackspace cloud database client.

cloud_dns()[source]

Rackspace cloud dns client.

cloud_lb()[source]

Rackspace cloud loadbalancer client.

cloud_networks()[source]

Rackspace cloud networks client.

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.

trove()[source]

Rackspace trove client.

Previous topic

The rackspace Module

Next topic

The heat_keystoneclient_v2.client Module

This Page