slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

failure to instantiate Client on a VM #397

Closed konstan closed 6 years ago

konstan commented 6 years ago
+ ./ss-tester.py
Traceback (most recent call last):
  File "./ss-tester.py", line 302, in <module>
    test_repo_branch = ss_get('test_repo_branch')
  File "./ss-tester.py", line 61, in ss_get
    client = Client(ch)
  File "/opt/slipstream/client/lib/slipstream/Client.py", line 51, in __init__
    configHolder.set('serviceurl', configHolder.endpoint)
  File "/opt/slipstream/client/lib/slipstream/ConfigHolder.py", line 146, in __getattr__
    raise AttributeError('Can\'t find key: %s' % key)
AttributeError: Can't find key: endpoint