]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port IBM flashsystem to Python 3
authorVictor Stinner <vstinner@redhat.com>
Wed, 7 Oct 2015 16:02:43 +0000 (18:02 +0200)
committerVictor Stinner <vstinner@redhat.com>
Thu, 8 Oct 2015 20:47:44 +0000 (22:47 +0200)
commitc54e225a2a0d6faa0da62dfbd239a26875b3ceaf
treeaf5b1c82c5ba4fec1aa97635fefb9dc8c820ef20
parent8c455a9f1ee7bba60e83862d191de795368a4493
Port IBM flashsystem to Python 3

* Replace dict.keys()[0] with list(dict.keys())[0]. On Python 3,
  dict.keys() now returns a view which is not indexable.
* tests-py3.txt: add cinder.tests.unit.test_ibm_flashsystem

Partial-Implements: blueprint cinder-python3
Change-Id: Ic77145784acc8c88e77d50a5086019e69d15e6ff
cinder/volume/drivers/ibm/flashsystem_common.py
tests-py3.txt