Make vcloud api version compatible for different vCDs
[osm/MON.git] / osm_mon / collector / infra_collectors / vmware.py
index eba6ff6..00f9bf7 100644 (file)
@@ -37,7 +37,7 @@ import requests
 import json
 
 log = logging.getLogger(__name__)
-API_VERSION = '30.0'
+API_VERSION = '27.0'
 
 
 class VMwareInfraCollector(BaseVimInfraCollector):