pyrax
Python Bindings for the Rackspace Cloud
Classes | Packages | Variables
pyrax/base_identity.py File 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...

Packages

namespace  pyrax::base_identity

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
 All Classes Namespaces Files Functions Variables Properties