Merge "Make username and password non-required params"

This commit is contained in:
Jenkins
2016-05-18 21:20:27 +00:00
committed by Gerrit Code Review

View File

@@ -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,
proxy_tenant_id=None, proxy_token=None, region_name=None,
endpoint_type='publicURL', extensions=None,