]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix last Python 3 issues in zonemanager
authorVictor Stinner <vstinner@redhat.com>
Mon, 15 Feb 2016 17:27:17 +0000 (18:27 +0100)
committerVictor Stinner <vstinner@redhat.com>
Mon, 15 Feb 2016 17:30:26 +0000 (18:30 +0100)
commit5ab575367de0febbec8031abf8b47cdb22fe8fa4
treee8fbb7a6f421adce0290d1fbb88c90dbb9f05445
parent2ac157439d89a6aaa2ba5f5fdac3dd97e29d4eda
Fix last Python 3 issues in zonemanager

* Replace auth_string.encode("base64", strict") with
  oslo_serialization.base64.encode_as_text(auth_string).
* tests-py3.txt: add cinder.tests.unit.zonemanager, add zonemanager
  unit tests now pass on Python 3

Partial-Implements: blueprint cinder-python3
Change-Id: I527637e182fc3b463bcf5657afbbd129149e7ecc
cinder/zonemanager/drivers/brocade/brcd_http_fc_zone_client.py
tests-py3.txt