Merge "3PAR: Workaround SSH logging issue"

This commit is contained in:
Zuul 2021-01-02 15:32:09 +00:00 committed by Gerrit Code Review
commit 8b6822874d

View File

@ -535,6 +535,10 @@ class HPE3PARCommon(object):
self.client_logout()
else:
self.client.id = stats['array_id']
# TODO: This duplicate call is to see SSH logs. Remove it when issue
# https://github.com/hpe-storage/python-3parclient/pull/77 is fixed.
if self.config.hpe3par_debug:
self.client.debug_rest(True)
def check_for_setup_error(self):
"""Verify that requirements are in place to use HPE driver."""