Merge "Fix wrong log parm."

This commit is contained in:
Jenkins 2017-07-13 23:01:31 +00:00 committed by Gerrit Code Review
commit 9d418e766b
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ class LibvirtDriver(driver.ComputeDriver):
except Exception as exc:
LOG.exception("Failure rebasing volume %(new_path)s on "
"%(new_path)s.", {'new_path': conf.source_path,
"%(old_path)s.", {'new_path': conf.source_path,
'old_path': disk_path})
raise exception.VolumeRebaseFailed(reason=six.text_type(exc))