Merge "Make username and password non-required params"
This commit is contained in:
@@ -48,7 +48,8 @@ class Client(object):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, username, password, project_id=None, auth_url='',
|
def __init__(self, username=None, password=None, project_id=None,
|
||||||
|
auth_url='',
|
||||||
insecure=False, timeout=None, tenant_id=None,
|
insecure=False, timeout=None, tenant_id=None,
|
||||||
proxy_tenant_id=None, proxy_token=None, region_name=None,
|
proxy_tenant_id=None, proxy_token=None, region_name=None,
|
||||||
endpoint_type='publicURL', extensions=None,
|
endpoint_type='publicURL', extensions=None,
|
||||||
|
Reference in New Issue
Block a user