Parameter |
Choices/Defaults |
Comments |
api_key
|
|
Rackspace API key, overrides credentials.
aliases: password
|
auth_endpoint
(added in 1.5) |
Default:
https://identity.api.rackspacecloud.com/v2.0/
|
The URI of the authentication service.
|
clear_meta
bool |
|
Optionally clear existing metadata when applying metadata to existing containers. Selecting this option is only appropriate when setting type=meta
|
container
required |
|
The container to use for container or metadata operations.
|
credentials
|
|
File to find the Rackspace credentials in. Ignored if api_key and username are provided.
aliases: creds_file
|
env
(added in 1.5) |
|
|
identity_type
(added in 1.5) |
Default:
rackspace
|
Authentication mechanism to use, such as rackspace or keystone.
|
meta
|
|
A hash of items to set as metadata values on a container
|
private
|
|
Used to set a container as private, removing it from the CDN. Warning! Private containers, if previously made public, can have live objects available until the TTL on cached objects expires
|
public
|
|
Used to set a container as public, available via the Cloud Files CDN
|
region
|
Default:
DFW
|
Region to create an instance in
|
state
|
Choices:
present ←
- absent
|
Indicate desired state of the resource
|
tenant_id
(added in 1.5) |
|
The tenant ID used for authentication.
|
tenant_name
(added in 1.5) |
|
The tenant name used for authentication.
|
ttl
|
|
In seconds, set a container-wide TTL for all objects cached on CDN edge nodes. Setting a TTL is only appropriate for containers that are public
|
type
|
|
Type of object to do work on, i.e. metadata object or a container object
|
username
|
|
Rackspace username, overrides credentials.
|
verify_ssl
(added in 1.5) |
|
Whether or not to require SSL validation of API endpoints.
|
web_error
|
|
Sets an object to be presented as the HTTP error page when accessed by the CDN URL
|
web_index
|
|
Sets an object to be presented as the HTTP index page when accessed by the CDN URL
|