]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Sync oslo imageutils, strutils to cinder
authorZhongyue Luo <zhongyue.nah@intel.com>
Mon, 13 Jan 2014 01:44:56 +0000 (09:44 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Tue, 18 Feb 2014 05:39:16 +0000 (13:39 +0800)
commit9a8d41e0132d4676b611f940de552dd450b7cac7
tree16ba5b2a3edd4685979156cab147ab473afaf2ef
parente96f3b513302cf2ddd362c39bf1b1e9680a1bc7e
Sync oslo imageutils, strutils to cinder

Changes in imageutils:
===============================
bec3a5e Implements SI/IEC unit system conversion to bytes
8b2b0b7 Use hacking import_exceptions for gettextutils._
aad179d Fixing misspelled encryption key in QemuImgInfo
12bcdb7 Remove vim header
2bd46eb Refactors byte size extraction logic

Changes in strutils:
====================
bec3a5e Implements SI/IEC unit system conversion to bytes
e53fe85 strutils bool_from_string, allow specified default
8b2b0b7 Use hacking import_exceptions for gettextutils._
84d461e Fix a bug in safe_encode where it returns a bytes object in py3
12bcdb7 Remove vim header
3970d46 Fix typos in oslo
1a2df89 Enable H302 hacking check
67bd769 python3: Fix traceback while running python3.
b0c51ec Refactors to_bytes

Change-Id: I765bcd40f959162874bfda412b69e673c6e5f732
Related-bug: #1189635
Related-bug: #1193765
Related-Bug: #1257829
cinder/openstack/common/imageutils.py
cinder/openstack/common/strutils.py
cinder/volume/utils.py