]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove _path_exists method.
authormouad benchchaoui <m.benchchaoui@cloudbau.de>
Thu, 25 Apr 2013 16:12:09 +0000 (18:12 +0200)
committermouad benchchaoui <m.benchchaoui@cloudbau.de>
Thu, 25 Apr 2013 16:12:09 +0000 (18:12 +0200)
commit51218b2b32edbc79e89195d58b7b7e330a6d1486
tree34e989e8e6724f062eaab2c918f9d80b8da6d3f6
parentf4f75ca9c0833475cfdb547bdad6a4d618e9e842
Remove _path_exists method.

This method is buggy because it works only on host machine with english language, and
apparently this method is also useless because we don't need to check if a path exist if
we can use command option -p for "mkdir" command and option -f for "rm" command.

bug: LP#1172777
Change-Id: I418b32772ca97b42e1a43275a7abec9f96688607
cinder/tests/test_glusterfs.py
cinder/tests/test_nfs.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/nfs.py