Merge "[Trivial] Fix incorrect logging in destroy_allocation"

This commit is contained in:
Zuul 2019-02-20 14:51:24 +00:00 committed by Gerrit Code Review
commit 8c760675d3
1 changed files with 1 additions and 2 deletions

View File

@ -3524,8 +3524,7 @@ class ConductorManager(base_manager.BaseConductorManager):
else:
allocation.destroy()
LOG.info('Successfully deleted allocation %(uuid)s',
allocation.uuid)
LOG.info('Successfully deleted allocation %s', allocation.uuid)
@METRICS.timer('get_vendor_passthru_metadata')