Add auditor for resource pool, pserver and cpu/memory/port/interface for pserver...
[pti/o2.git] / o2ims / service / watcher / pserver_cpu_watcher.py
index cf471a4..51a5a76 100644 (file)
@@ -34,8 +34,5 @@ class PServerCpuWatcher(ResourceWatcher):
     def _probe(self, parent: StxGenericModel):\r
         hostid = parent.id\r
         newmodels = self._client.list(hostid=hostid)\r
-        # for newmodel in newmodels:\r
-        #     super()._compare_and_update(newmodel)\r
-        # return newmodels\r
         return [commands.UpdatePserverCpu(data=m, parentid=hostid)\r
                 for m in newmodels]\r