]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix broken fetch_to_volume_format log message
authorEric Harney <eharney@redhat.com>
Tue, 31 Mar 2015 13:31:06 +0000 (09:31 -0400)
committerEric Harney <eharney@redhat.com>
Tue, 31 Mar 2015 13:43:42 +0000 (09:43 -0400)
commit481a14f79e616aeef629f866f96b17825b440170
treedd5d4fc1082b64e9030228c04f948df0c2b0647e
parent00ca77befeb38adc58b140fb3c445e9f91cfd30f
Fix broken fetch_to_volume_format log message

Format arguments are not passed correctly, leading
to a "TypeError: not enough arguments for format string"
failure.

Fix the same issue introduced in hosts.py _list_hosts().

Closes-Bug: #1438607

Change-Id: Id2d4fe2eeb401361fac2ff24c3b04df7944aea9f
cinder/api/contrib/hosts.py
cinder/image/image_utils.py