]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Removed need for domain in 3PAR drivers
authorKurt Martin <kurt.f.martin@hp.com>
Mon, 19 Aug 2013 18:14:42 +0000 (11:14 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Mon, 19 Aug 2013 18:14:42 +0000 (11:14 -0700)
commit0787030220762b59d94a368f6e0bbf20f606cb48
tree70e4d4d670b9337c155cc8c1ffc5561e702752c0
parent5d6c11facc330fc320474d76e137fbdf899097b4
Removed need for domain in 3PAR drivers

The 3PAR drivers need to support CPGs that are not part of a
virtual domain on the 3PAR backend. This patch removes the need
for the CPG to be part of a domain and changes a few of the commands
that took the domain as an option.

DocImpact

Change-Id: I7e472e19e484e837c9216ea01455a4b8a85b19e5
Fixes: bug #1212328
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py