]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use common.processutils.execute
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 4 Jun 2013 23:07:03 +0000 (17:07 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Sun, 16 Jun 2013 17:12:15 +0000 (11:12 -0600)
commit5bce6ad46f57d22fcb22ba9e194fbd1e2d53f55d
tree834afb8ce5a6cf153cb2c860e584948c9198d97e
parent67249826cb84dd32b1e66ed2dfd3c1b3a47d5287
Use common.processutils.execute

This patch replaces the cinder.utils.execute method
with a wrapper around openstack.common.processutils.execute.

With the wrapper I'm also converting the processutils exceptions
to maintain compatability with the existing exceptions that are
caught/raised in the code.

Change-Id: Ibc36a1e83191e7c888ea62c55d28b7023535d9fa
cinder/brick/iscsi/iscsi.py
cinder/utils.py