On 20-03-2015 16:45, Jose Ricardo Ziviani wrote: > + res['cpus'] = 0 > + res['memory'] = 0L Those two lines above seem to be useless, as those dict entries will definitely be updated in the following line (self._update_host_info).