]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace utils.to_bytes() with strutils.to_bytes()
authorZhongyue Luo <zhongyue.nah@intel.com>
Fri, 14 Jun 2013 01:43:40 +0000 (09:43 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Fri, 14 Jun 2013 01:46:38 +0000 (09:46 +0800)
commitd58b4fd21304ec2f4e8445ca20cbad1518cae044
tree346f794b8c56c2713f32416c4a30cc6f3cefbcb0
parent8f54ace5fb4b7b01f35b4a6430d3d798f1a22381
Replace utils.to_bytes() with strutils.to_bytes()

The to_bytes() function have moved to oslo.
Replaced/removed the to_bytes() function with the one in strutils.

Change-Id: I53947b7a333057fec738a02f5643be59e563290d
cinder/image/image_utils.py
cinder/openstack/common/strutils.py
cinder/utils.py