You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying SS with SS ss-* deployment commands pick up the client libs from site-packages, and may fail when changes are made to slipstream-client on master, while the deployment from SS (e.g. Nuvla) provides different version of SS client. This leads to the need of forcing the SS client to first be search under /opt/slipstream/client/lib/.
Failure of the deployment of SS with SS from /var/log/slipstream/client/slipstream-node.log
+ ss-set ss_users super:xxx,test:xxx
Traceback (most recent call last):
File "/opt/slipstream/client/bin/ss-set", line 67, in <module>
MainProgram()
File "/opt/slipstream/client/bin/ss-set", line 35, in __init__
super(MainProgram, self).__init__(argv)
File "/usr/lib/python2.7/site-packages/slipstream/command/VMCommandBase.py", line 27, in __init__
super(VMCommandBase, self).__init__(argv)
File "/usr/lib/python2.7/site-packages/slipstream/command/CommandBase.py", line 79, in __init__
self._setParserAndParse()
File "/usr/lib/python2.7/site-packages/slipstream/command/CommandBase.py", line 98, in _setParserAndParse
self.parse()
File "/opt/slipstream/client/bin/ss-set", line 52, in parse
self.add_run_authn_opts_and_parse()
AttributeError: 'MainProgram' object has no attribute 'add_run_authn_opts_and_parse'
When deploying SS with SS ss-* deployment commands pick up the client libs from site-packages, and may fail when changes are made to
slipstream-client
on master, while the deployment from SS (e.g. Nuvla) provides different version of SS client. This leads to the need of forcing the SS client to first be search under/opt/slipstream/client/lib/
.Failure of the deployment of SS with SS from
/var/log/slipstream/client/slipstream-node.log
Below is the change that was introduced.
The text was updated successfully, but these errors were encountered: