From 70b8c483feb0cf42fcb8dde189ab3d002c31952c Mon Sep 17 00:00:00 2001
From: Kurt Martin <kurt.f.martin@hp.com>
Date: Fri, 2 Aug 2013 15:06:31 -0700
Subject: [PATCH] Add new persona value in the 3PAR driver

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cinder/volume/drivers/san/hp/hp_3par_common.py b/cinder/volume/drivers/san/hp/hp_3par_common.py
index 14e7e327b..c6e5ebd0b 100644
--- a/cinder/volume/drivers/san/hp/hp_3par_common.py
+++ b/cinder/volume/drivers/san/hp/hp_3par_common.py
@@ -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']
 
-- 
2.45.2