Merge "TrivialFix: changed log message"

This commit is contained in:
Jenkins 2016-12-15 10:01:39 +00:00 committed by Gerrit Code Review
commit 8f0c7a998c
1 changed files with 1 additions and 1 deletions

View File

@ -1326,7 +1326,7 @@ def numa_fit_instance_to_host(
"fit instance on host.")
return
elif len(host_topology) < len(instance_topology):
LOG.debug("There are not enough free cores on the system to schedule "
LOG.debug("There are not enough NUMA nodes on the system to schedule "
"the instance correctly. Required: %(required)s, actual: "
"%(actual)s",
{'required': len(instance_topology),