2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-21 23:23:40 +00:00

Update the pyopenssl message

It makes it more clear that a restart would be
required to pull in updated dependency.
This commit is contained in:
Jarrod Johnson 2019-04-02 09:39:06 -04:00
parent 9fd091daad
commit 835d1fc0ab

View File

@ -159,7 +159,9 @@ def sessionhdl(connection, authname, skipauth=False, cert=None):
'python-pyopenssl installed or has an '
'incorrect version installed '
'(e.g. pyOpenSSL would need to be '
'replaced with python-pyopenssl)'}})
'replaced with python-pyopenssl). '
'Restart confluent after updating '
'the dependency.'}})
return
return collective.handle_connection(connection, None, request['collective'],
local=True)