]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port IBM driver to Python 3
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Jun 2015 20:37:29 +0000 (22:37 +0200)
committerVictor Stinner <vstinner@redhat.com>
Sat, 25 Jul 2015 01:01:39 +0000 (03:01 +0200)
commit3c93229c0d9236458a8f2bac5874c869ab195a0f
tree6ca8ddba2e271476f25bb15d36f2664aab9627d5
parentc2dd9655e5d7e123ae58352c77ad0fab5d0c8b1f
Port IBM driver to Python 3

* Replace map(None, it1, it2) with zip(it1, it2)
* tox.ini: add the following tests to Python 3.4

  - cinder.tests.unit.test_ibm_flashsystem_iscsi
  - cinder.tests.unit.test_ibmnas

This patch requires Python 3 fixes in os-brick.

Blueprint cinder-python3
Change-Id: I735c39e08cf6e4edd06cf07243fe798b65e8c1a5
cinder/volume/drivers/ibm/flashsystem_common.py
tox.ini