]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
fix log string in conversion type
authorKun Huang <academicgareth@gmail.com>
Wed, 4 Sep 2013 10:42:16 +0000 (18:42 +0800)
committerKun Huang <academicgareth@gmail.com>
Thu, 5 Sep 2013 02:42:46 +0000 (10:42 +0800)
commit6956065f0b336c0d4edeba265fae8c9f7cddb736
treeb61c94e2c535b86cacc92272fab8b1e885aee31b
parent7647ce8c4d3878002ae9898c7449a03fbf6c74b4
fix log string in conversion type

By using 'grep -rn "%([a-zA-Z_]*) "', we could find all cases of
'%(variable)'. And we need add an 's' like '%(variable)s'.

Closes-Bug: #1220557
Change-Id: Ib28b7ddc5e5aabe2b82a499d9c242c1982e7f953
cinder/volume/drivers/rbd.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/windows/windows.py