]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Swap the decorator order for PureFCDriver methods
authorPatrick East <patrick.east@purestorage.com>
Thu, 10 Sep 2015 20:00:27 +0000 (13:00 -0700)
committerPatrick East <patrick.east@purestorage.com>
Thu, 10 Sep 2015 20:00:27 +0000 (13:00 -0700)
commit3474ca236de44bb4ccc11d864554f1922f6c64ae
tree890621a488970dbf87dcb21a277121c8036ba4b9
parent87d32b1590b8387f1403eb5c3f441e87827a590f
Swap the decorator order for PureFCDriver methods

Right now the debug trace decorator is logging the decorator method from
the FCZM helper and not the actual driver methods its supposed to be.

Change-Id: If658393e5e9d1b3e068fc7a200998e8033ada48f
Closes-Bug: #1494459
cinder/volume/drivers/pure.py