pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Classes | Variables
pyrax::base_identity Namespace Reference

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

Variable Documentation

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"
keyring = None
tuple UTC_API_DATE_PATTERN = re.compile(_utc_pat, re.VERBOSE)
 All Classes Namespaces Files Functions Variables Properties