diff --git a/vmware_nsxlib/v3/__init__.py b/vmware_nsxlib/v3/__init__.py
index b47fad4e..9534d1dc 100644
--- a/vmware_nsxlib/v3/__init__.py
+++ b/vmware_nsxlib/v3/__init__.py
@@ -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):