]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port remotefs driver to Python 3
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Jun 2015 20:15:18 +0000 (22:15 +0200)
committerVictor Stinner <vstinner@redhat.com>
Sat, 25 Jul 2015 01:10:07 +0000 (03:10 +0200)
commitba1ae4ada027901888e22ac4a70ed9f5242c6c0a
tree3b5e047b5a5bee59da709043bc0cae85cffcdcc6
parentc2dd9655e5d7e123ae58352c77ad0fab5d0c8b1f
Port remotefs driver to Python 3

* When parsing share configuration: replace "\040" with a space
  explicitly instead of using the Python unicode_escape encoding:
  see the bug #1180984.
* Encode Unicode to UTF-8 before hash it with MD5.
* tox.ini: add cinder.tests.unit.test_glusterfs to Python 3.4

Blueprint cinder-python3
Change-Id: Iea943a1f2dfb050fe43ff41411e258adb3f3b6d0
cinder/volume/drivers/remotefs.py
tox.ini