]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixed encrypted property for 3PAR FC and iSCSI drivers
authorAnthony Lee <anthony.mic.lee@hp.com>
Fri, 3 Apr 2015 05:07:27 +0000 (22:07 -0700)
committerAnthony Lee <anthony.mic.lee@hp.com>
Mon, 6 Apr 2015 16:56:22 +0000 (09:56 -0700)
commitcbc67e012ad5f9234ea34a37e6240d608508da86
treed931ee83969c47edce15d0aecae91487fa77758c
parentf8b6feb5eb9bcf41a68ad516da520b79559faa4c
Fixed encrypted property for 3PAR FC and iSCSI drivers

3PAR FC and iSCSI drivers were not returning the 'encrypted'
property when initialize_connection was called. This patch
adds that property to the returned info.

Closes-Bug: #1439917
Change-Id: Icfbebd055ea1bae1fc4749b441eb4f90fa1bfacd
cinder/tests/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py