]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
emc vmax driver: use integer division for Python 3
authorVictor Stinner <vstinner@redhat.com>
Thu, 1 Oct 2015 16:15:54 +0000 (18:15 +0200)
committerVictor Stinner <vstinner@redhat.com>
Mon, 5 Oct 2015 09:19:36 +0000 (11:19 +0200)
commite21a5d3245a92a92f569a4f2781678da49c340d0
tree488e58f0470be72da0cc22488ac82be7499a175f
parenta992336d07117a8d6d4be3f8bfa9a2fb167dc700
emc vmax driver: use integer division for Python 3

Replace a/b with a//b in emc_vmax_utils.py to get integers on
Python 3.

Blueprint cinder-python3
Change-Id: I8d9390b1558e2b4a08674eadcaa3559020f8dcff
cinder/volume/drivers/emc/emc_vmax_utils.py