Merge "Fix the log information argument mistake"

This commit is contained in:
Jenkins 2017-08-08 22:54:35 +00:00 committed by Gerrit Code Review
commit 45d1e5ef55
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ def _numa_fit_instance_cell(host_cell, instance_cell, limit_cell=None,
LOG.debug('Host cell has limitations on usable CPUs. There are '
'not enough free CPUs to schedule this instance. '
'Usage: %(usage)d, limit: %(limit)d',
{'usage': memory_usage, 'limit': cpu_limit})
{'usage': cpu_usage, 'limit': cpu_limit})
return
pagesize = None