]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Delay string interpolation in log messages
authorVipin Balachandran <vbala@vmware.com>
Tue, 27 Jan 2015 11:26:39 +0000 (16:56 +0530)
committerVipin Balachandran <vbala@vmware.com>
Fri, 6 Feb 2015 10:13:28 +0000 (15:43 +0530)
commite9b0d59ff43322032e3b44ec20978b1e959ba1d1
tree6ea8e776fa9d2ac7eb990e7db938549cb4170519
parent960cbb21e359a3526e9ff9bf4ca78db1eca3a743
VMware: Delay string interpolation in log messages

As per OpenStack developer guidelines, string interpolation
should be delayed to be handled by the logging code. This
patch fixes violations of this guideline in the VMDK driver.

Change-Id: Ie449402b080debb186c3664a818c35e18b514382
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/vmware/volumeops.py