]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
LVM: remove redundant casts to float
authorJon Bernard <jobernar@redhat.com>
Mon, 3 Feb 2014 17:44:33 +0000 (12:44 -0500)
committerJon Bernard <jobernar@redhat.com>
Mon, 3 Feb 2014 18:06:21 +0000 (13:06 -0500)
commit6b255d2a47ff2f7d841f994e026a7e00deb74008
tree87e7e7840d59fe039424a71321a318d7f1e0b2da
parent4f3d327f4a8bbd2b37927bdfe91054b126c9d056
LVM: remove redundant casts to float

The vg_free_space field is always assigned a float, so additional casts
are not necessary.

Change-Id: Ic2af78ba7dbd7388cc071fc2f0ea876a1558d0e9
cinder/brick/local_dev/lvm.py