Esempio n. 1
0
 def __init__(self, auth_url, tenant_name, user, password,
              debug=False, headers=None, timeout=None):
     self.tenant_name = tenant_name
     self.password = password
     self.auth_url = auth_url
     self.headers = headers
     self.timeout = timeout
     self.debug = debug
     self.user = user
     BaseAPI.__init__(self, self)
Esempio n. 2
0
 def __init__(self,
              auth_url,
              tenant_name,
              user,
              password,
              debug=False,
              headers=None,
              timeout=None):
     self.tenant_name = tenant_name
     self.password = password
     self.auth_url = auth_url
     self.headers = headers
     self.timeout = timeout
     self.debug = debug
     self.user = user
     BaseAPI.__init__(self, self)
Esempio n. 3
0
 def __init__(self, client):
     BaseAPI.__init__(self, client)
     self.version = 'v1.0'
Esempio n. 4
0
 def __init__(self, client):
     BaseAPI.__init__(self, client)
     self.client = client
     self.version = 'v1.0'
Esempio n. 5
0
 def __init__(self, client):
     BaseAPI.__init__(self, client)
     self.client = client
     self.version = "v1.0"