]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove db access from 3PAR and LH cg functions
authorAlex O'Rourke <alex.orourke@hpe.com>
Thu, 15 Oct 2015 21:49:07 +0000 (14:49 -0700)
committerAlex O'Rourke <alex.orourke@hpe.com>
Wed, 18 Nov 2015 23:27:55 +0000 (15:27 -0800)
commitf1a00677be45fe909d29194695fb3e1e3c20f90d
tree20b00c6283d9537a0ad376a32b466378576be458
parent6e872f2758e1dc9680da6fa646e04a6d782ee753
Remove db access from 3PAR and LH cg functions

The HP 3PAR and HP LeftHand drivers no longer need to access the db in
order to grab snapshots and volumes for the following functions:
* delete_consistencygroup
* create_cgsnapshot
* delete_cgsnapshot

This patch removes all db access at the driver level for both 3PAR and
LeftHand drivers.

Change-Id: I2e29366573f53cf6e61939381bde5d04f188f42d
cinder/tests/unit/test_hpe3par.py
cinder/tests/unit/test_hpelefthand.py
cinder/volume/drivers/hpe/hpe_3par_common.py
cinder/volume/drivers/hpe/hpe_3par_fc.py
cinder/volume/drivers/hpe/hpe_3par_iscsi.py
cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py