]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove default root_helper of sudo for remotefs
authorWalter A. Boring IV <walter.boring@hp.com>
Fri, 20 Sep 2013 17:33:54 +0000 (10:33 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Fri, 20 Sep 2013 17:33:54 +0000 (10:33 -0700)
commit436b28b514806661bcb4afd239923d7a495f795e
tree33053ba67a2c8f8baa7631c1ab190e45c58c5990
parentdee4c862f241a6f12fdb6f0e7c48b32063ef6fe5
Remove default root_helper of sudo for remotefs

This patch removes the default root_helper of sudo
for the RemoteFsClient.  We should be using the
cinder.utils.get_root_helper()

Fixes Bug #1223879

Change-Id: I8ba61cd6ac09b85b9ca924a9cf43c2dcea8e6c15
cinder/brick/initiator/connector.py
cinder/brick/remotefs/remotefs.py
cinder/tests/brick/test_brick_remotefs.py
cinder/volume/drivers/nfs.py