pyrax
Python Bindings for the Rackspace Cloud
Classes | Packages | Variables
pyrax/base_identity.py File Reference

Classes

class  Tenant
class  User
class  BaseAuth
 This class handles all of the basic authentication requirements for working with an OpenStack Cloud system. More...

Packages

namespace  pyrax::base_identity

Variables

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