pyrax
Python Bindings for the Rackspace Cloud
|
Classes | |
class | Tenant |
class | User |
class | Role |
class | Service |
Represents an available service from the service catalog. More... | |
class | Endpoint |
Holds the endpoint information, as well as an instance of the appropriate client for that service and region. More... | |
class | BaseIdentity |
This class handles all of the basic authentication requirements for working with an OpenStack Cloud system. More... | |
Variables | |
keyring = None | |
string | _pat = r"" |
string | _utc_pat = r"" |
tuple | API_DATE_PATTERN = re.compile(_pat, re.VERBOSE) |
tuple | UTC_API_DATE_PATTERN = re.compile(_utc_pat, re.VERBOSE) |
string | DATE_FORMAT = "%Y-%m-%d %H:%M:%S" |
default_region = None |
string _pat = r"" |
string _utc_pat = r"" |
tuple API_DATE_PATTERN = re.compile(_pat, re.VERBOSE) |
string DATE_FORMAT = "%Y-%m-%d %H:%M:%S" |
default_region = None |
keyring = None |
tuple UTC_API_DATE_PATTERN = re.compile(_utc_pat, re.VERBOSE) |