Merge "NSXV: Do not cache NSX version during exception"

This commit is contained in:
Zuul 2020-08-06 11:24:26 +00:00 committed by Gerrit Code Review
commit 3973b7b364

View File

@ -992,7 +992,7 @@ class Vcns(object):
# Versions prior to 6.2.0 do not support the above API
LOG.error("Unable to get NSX version. Exception: %s", e)
# Minimum supported version is 6.1
self._nsx_version = '6.1'
return '6.1'
return self._nsx_version
def get_tuning_configuration(self):