]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace functions in utils with oslo.fileutils
authorZhongyue Luo <zhongyue.nah@intel.com>
Fri, 7 Jun 2013 07:23:54 +0000 (15:23 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Fri, 7 Jun 2013 08:11:21 +0000 (16:11 +0800)
commitbe623ffe3f98ffa0bf500b525ad8626bd25e43d9
tree29e2ab45976c6863f6199ef7491b4ef89e39361f
parent738dc74f9ab3096c422aaadf897681cbce95cc2e
Replace functions in utils with oslo.fileutils

The following functions have moved to oslo.
ensure_tree
remove_path_on_error
file_open
delete_if_exists

Replaced overlapping functions with the ones in fileutils

Change-Id: Ib10a7ca2c72620f7f1df6c5bd4ef6c9cc4d8e913
cinder/brick/iscsi/iscsi.py
cinder/image/image_utils.py
cinder/openstack/common/fileutils.py
cinder/utils.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/rbd.py