Merge "Change to use product_version as nsx version"
This commit is contained in:
commit
895188ad7f
@ -140,7 +140,9 @@ class NsxLib(lib.NsxLibBase):
|
||||
return self.nsx_version
|
||||
|
||||
node = self.client.get("node")
|
||||
self.nsx_version = node.get('node_version')
|
||||
self.nsx_version = node.get('product_version')
|
||||
LOG.info("Reading nsx version by production_version on node %s",
|
||||
self.nsx_version)
|
||||
return self.nsx_version
|
||||
|
||||
def export_restricted(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user