]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port hitachi driver to Python 3
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Jun 2015 20:20:16 +0000 (22:20 +0200)
committerVictor Stinner <vstinner@redhat.com>
Tue, 30 Jun 2015 12:53:11 +0000 (14:53 +0200)
commit1a725db61e1b30317a7faa35ccf46fbd2ae9d6e8
treecafb6be80b1d8cf725ce8051a1ba2a12636640d5
parentab2b966ea1ee2a268f65dc17d8c33477c3def271
Port hitachi driver to Python 3

* On Python 3, shlex expects Unicode, not bytes: don't encode
* Replace map() with list-comprehension where a list is expected.
* tox.ini: add cinder.tests.unit.test_hitachi_hbsd_horcm_fc to Python 3.4

Blueprint cinder-python3
Change-Id: Id0db0dabef98f7dd8331a5149e88dee0622917b3
cinder/volume/drivers/hitachi/hbsd_basiclib.py
cinder/volume/drivers/hitachi/hbsd_horcm.py
tox.ini