Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + const RackspaceUKIdentity + const RackspaceUSIdentity + var ErrNoAuthURL = fmt.Errorf("Environment variable RS_AUTH_URL or OS_AUTH_URL need to be set.") + var ErrNoPassword = fmt.Errorf("Environment variable RS_API_KEY or RS_PASSWORD needs to be set.") + var ErrNoUsername = fmt.Errorf("Environment variable RS_USERNAME or OS_USERNAME need to be set.") + func AuthOptionsFromEnv() (gophercloud.AuthOptions, error) + func Authenticate(client *gophercloud.ProviderClient, options gophercloud.AuthOptions) error + func AuthenticateV2(client *gophercloud.ProviderClient, options gophercloud.AuthOptions) error + func AuthenticatedClient(options gophercloud.AuthOptions) (*gophercloud.ProviderClient, error) + func NewBlockStorageV1(client *gophercloud.ProviderClient, eo gophercloud.EndpointOpts) (*gophercloud.ServiceClient, error) + func NewClient(endpoint string) (*gophercloud.ProviderClient, error) + func NewComputeV2(client *gophercloud.ProviderClient, eo gophercloud.EndpointOpts) (*gophercloud.ServiceClient, error) + func NewIdentityV2(client *gophercloud.ProviderClient) *gophercloud.ServiceClient + func NewObjectCDNV1(client *gophercloud.ProviderClient, eo gophercloud.EndpointOpts) (*gophercloud.ServiceClient, error) + func NewObjectStorageV1(client *gophercloud.ProviderClient, eo gophercloud.EndpointOpts) (*gophercloud.ServiceClient, error)