Merge "Add log info in scheduler to mark start of scheduling"

This commit is contained in:
Jenkins 2017-07-20 12:31:10 +00:00 committed by Gerrit Code Review
commit 57cd38d1fd
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class SchedulerManager(manager.Manager):
The result should be a list of dicts with 'host', 'nodename' and
'limits' as keys.
"""
LOG.debug("Starting to schedule for instances: %s", instance_uuids)
# TODO(sbauza): Change the method signature to only accept a spec_obj
# argument once API v5 is provided.