]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add new persona value in the 3PAR driver
authorKurt Martin <kurt.f.martin@hp.com>
Fri, 2 Aug 2013 22:06:31 +0000 (15:06 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Fri, 2 Aug 2013 22:06:31 +0000 (15:06 -0700)
A new persona type, '12 - OpenVMS' was added to the list of valid
personas in the 3PAR drivers. This persona was introduced in the
3.1.2 MU2 firmware update on the 3PAR storage array.

DocImpact

Change-Id: Ib848938d261acfdc8a422a03668cada109e97173

cinder/volume/drivers/san/hp/hp_3par_common.py

index 14e7e327b05112f9e4b8e4ed4df5333355f26071..c6e5ebd0b687f5d60e94dbdc0f9e9211f8412ca2 100644 (file)
@@ -121,7 +121,8 @@ class HP3PARCommon(object):
                             '8 - AIX-legacy',
                             '9 - EGENERA',
                             '10 - ONTAP-legacy',
-                            '11 - VMware']
+                            '11 - VMware',
+                            '12 - OpenVMS']
     hp_qos_keys = ['maxIOPS', 'maxBWS']
     hp3par_valid_keys = ['cpg', 'snap_cpg', 'provisioning', 'persona', 'vvs']