]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove direct call to utils.execute.
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 10 Jun 2013 21:05:33 +0000 (15:05 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 10 Jun 2013 21:11:38 +0000 (15:11 -0600)
commitb8f4d7f1e9793a4993b7504bd5e864b4ed9646db
tree1465ac4c3839a10212c7b79a845d62732776d784
parentaa7fde57a37ae8e03f137e7b525cc77109cc31c1
Remove direct call to utils.execute.

The executes calls in the base driver class
are set up to use the exectue enginge passed in on
init.  There are a couple of methods that call
utils.execute directly, and as a result you end
up not using the expected execute engine when
you pass in something other than default for these
two calls.

We'd like to get away from the local execute altogether
and use the OpenStack common version only, so fix these
in driver.py and put the appropriate wrapper around them.

Change-Id: Ibc17c9c2a0c8f27b4533ed86377a66ce668aeab5
cinder/volume/driver.py