X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcollector%2Fvnf_collectors%2Fvmware.py;h=b974d76ee42d83bd3421f3b1c00ef49a1e0a18ed;hb=73dbb4e243f47afef0d1bb61988608e256939e87;hp=888b01379b16ca89edf99e33d769d9b11d1ae910;hpb=eba6065d11b0f5ab76b4cda867a21aa5a8b4c092;p=osm%2FMON.git diff --git a/osm_mon/collector/vnf_collectors/vmware.py b/osm_mon/collector/vnf_collectors/vmware.py index 888b013..b974d76 100644 --- a/osm_mon/collector/vnf_collectors/vmware.py +++ b/osm_mon/collector/vnf_collectors/vmware.py @@ -187,7 +187,7 @@ class VMwareCollector(BaseVimCollector): if vnfr['_admin']['projects_read']: tags['project_id'] = vnfr['_admin']['projects_read'][0] else: - tags['project_id'] = None + tags['project_id'] = '' # Fetch the list of all known resources from vROPS. resource_list = self.vrops.get_vm_resource_list_from_vrops()