Removed uneccasary cpu meter dividing

This commit is contained in:
2025-10-23 17:37:39 +03:00
parent a36972caf2
commit 2cb129ef04

View File

@@ -334,8 +334,6 @@ class WorkloadStabilization(base.WorkloadStabilizationBaseStrategy):
else:
if meter_name == 'host_ram_usage':
avg_meter /= oslo_utils.units.Ki
if meter_name == 'host_cpu_usage':
avg_meter /= 100
LOG.debug('Load of %(metric)s for %(node)s is %(value)s',
{'metric': metric,
'node': node_id,