]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add root_helper param to get_connector_properties
authorWalter A. Boring IV <walter.boring@hp.com>
Fri, 16 Aug 2013 15:18:09 +0000 (08:18 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Mon, 19 Aug 2013 22:39:40 +0000 (15:39 -0700)
commit2584b3038239b6f48f540c17b36e5c891e303c58
tree119263fe6379811eb62022bff322166a17d83677
parent5d6c11facc330fc320474d76e137fbdf899097b4
Add root_helper param to get_connector_properties

This patch adds the ability to pass in a custom
root_helper for executing commands.  This is needed
for other projects that need a custom root-wrapper,
such as nova.

fixes Bug #1213135

Change-Id: Ie18276ae2e736bb2276d4e9c57385d2588441428
cinder/brick/initiator/connector.py
cinder/brick/initiator/executor.py
cinder/brick/initiator/linuxfc.py
cinder/brick/initiator/linuxscsi.py
cinder/tests/brick/test_brick_connector.py
cinder/tests/brick/test_brick_linuxfc.py
cinder/tests/brick/test_brick_linuxscsi.py
cinder/tests/test_coraid.py
cinder/volume/driver.py