Fixed a bug with a call to the VM selection algorithm

This commit is contained in:
Anton Beloglazov 2012-10-27 17:16:58 +11:00
parent 2d615c7453
commit ca99157f14

View File

@ -313,7 +313,7 @@ def execute(config, state):
log.info('Started VM selection')
vm_uuids, state['vm_selection_state'] = vm_selection(
host_cpu_utilization, vm_ram, state['vm_selection_state'])
vm_cpu_mhz, vm_ram, state['vm_selection_state'])
log.info('Completed VM selection')
if log.isEnabledFor(logging.INFO):