Commit 98a6e3ab authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: SlapOSMasterCommunicator: Remove testing default values at __init__

parent 5a620d39
......@@ -27,8 +27,8 @@ class SlapOSMasterCommunicator(object):
print news['news']
"""
def __init__(self, certificate_path='/home/benjamin/nexedi_scalability_service_account/certificate',
key_path='/home/benjamin/nexedi_scalability_service_account/key',
def __init__(self, certificate_path,
key_path,
url='https://rest.slapos.org/Base_getHateoasMaster'):
# Create connection
api_scheme, api_netloc, api_path, api_query, api_fragment = urlparse.urlsplit(url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment