]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port image_utils to Python 3
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Aug 2015 17:25:27 +0000 (10:25 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 1 Sep 2015 11:20:40 +0000 (13:20 +0200)
commitd95bd7c37666c849e2e6283b2269ec0ef8d2fd10
treefc99d26687c2035b97339691bb616881fc1cc187
parent9ba2d75a5af665f14549787c88a79e30283304f4
Port image_utils to Python 3

Port cinder.image_utils.check_qemu_img_version() to Python 3.

Add the following tests to Python 3.4 in tox.ini:

* cinder.tests.unit.test_image_utils
* cinder.tests.unit.test_migrations
* cinder.tests.unit.test_misc
* cinder.tests.unit.test_service

Partially implements: blueprint cinder-python3
Change-Id: I69feda94c90206adc8771fbd5ddc6aae5bb6b64b
cinder/image/image_utils.py
tox.ini