]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
LeftHand: Remove self.db assignment
authorAlex O'Rourke <alex.orourke@hpe.com>
Fri, 20 Nov 2015 19:25:19 +0000 (11:25 -0800)
committerAlex O'Rourke <alex.orourke@hpe.com>
Fri, 20 Nov 2015 19:31:40 +0000 (11:31 -0800)
commit2a58bab0f14ced3067fe8b5dcd37495d32045a01
tree83b308485e122637a9506343dfd46f4795396141
parent08ef2bed88b53fb28a70c02f0b9f378cee8409b0
LeftHand: Remove self.db assignment

DB access was removed in a previous patch when it was no longer
needed at the driver level. The self.db assignment was overlooked
and not removed, even though it is no longer being used.

Change-Id: Ic96c0ae96e78d3d2a0e2b99b7e1ca9461a7e7b27
cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py