]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix error message in Pure driver with correct text
authorSimon Dodsley <simon@purestorage.com>
Tue, 7 Jul 2015 14:06:37 +0000 (10:06 -0400)
committerSimon Dodsley <simon@purestorage.com>
Tue, 7 Jul 2015 16:36:07 +0000 (12:36 -0400)
commit2c3fed3925c1fe530ec57e88e3041f9742412381
treeee10109939e76f6b70a137258e74d7622246c5d7
parentad977d456c5d50e992eee95ea40f4e3dd21981dc
Fix error message in Pure driver with correct text

The error message was specifically mentioning the PureISCSIDriver but
now there is a PureFCDriver which could call the error message. This
change gets the name of the driver and uses that to ensure
the error message refers to the correct driver.

Closes-Bug: #1469523
Change-Id: Ib724073ea352dadfbe7ddcf4ee4ceedd5d2c7c41
cinder/volume/drivers/pure.py