Merge "Disambiguate logs in delete_allocation_for_instance"

This commit is contained in:
Zuul 2019-07-25 14:01:27 +00:00 committed by Gerrit Code Review
commit 5780f46dfe
1 changed files with 2 additions and 1 deletions

View File

@ -1998,7 +1998,8 @@ class SchedulerReportClient(object):
# at the moment there is no way placement returns a failure so we
# could even delete this code
LOG.warning('Unable to delete allocation for %(consumer_type)s '
'%(uuid)s: (%(code)i %(text)s)',
'%(uuid)s. Got %(code)i while retrieving existing '
'allocations: (%(text)s)',
{'consumer_type': consumer_type,
'uuid': uuid,
'code': r.status_code,