]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix LOG string formatting in image_utils
authorJohn Griffith <john.griffith@solidfire.com>
Sat, 16 Aug 2014 15:11:54 +0000 (15:11 +0000)
committerJohn Griffith <john.griffith8@gmail.com>
Sun, 17 Aug 2014 17:00:45 +0000 (11:00 -0600)
commitcc7e0b702c9eeafa564fb24d7accfb7a0c5a97db
treedf49ffc176af4b43792386d7dff138d0d6d3a80e
parent5497f59a34fd2c2f89a2fd85f25eba9a54178b2e
Fix LOG string formatting in image_utils

My recent change to report stats on image fetch and
conversion used an incorrectly formatted log message.
The result is Trace messages with Key errors in the c-vol
log files.

This change fixes those messages and gets rid of the key error
exception messages in the Logs.

Change-Id: Id8377dd7761d93fd854f5f7871c997418c6e4554
Closes-Bug: 1357726
cinder/image/image_utils.py
cinder/volume/utils.py