From e5099f80c79b44ed2f237291504612666ae1fa00 Mon Sep 17 00:00:00 2001
From: Kurt Martin <kurt.f.martin@hp.com>
Date: Fri, 15 Mar 2013 14:40:10 -0700
Subject: [PATCH] Fix typo in persona valid values

The 3PAR drivers have a persona extra spec that has a valid
values with a typo in it. The value '11 - VMWare' should be
"11 - VMware', note the lower case 'w'.

Fixes bug 1155781

Change-Id: I70ab255e1ec6a4b83437b072a7eb4fe11eafc710
(cherry picked from commit 0f353e794faac9f4a67d1628034d13507fc9785c)
---
 cinder/volume/drivers/san/hp/hp_3par_common.py | 2 +-
 1 file changed, 1 insertion(+), 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 871d2cad9..cd1d9ee77 100644
--- a/cinder/volume/drivers/san/hp/hp_3par_common.py
+++ b/cinder/volume/drivers/san/hp/hp_3par_common.py
@@ -113,7 +113,7 @@ class HP3PARCommon():
                             '8 - AIX-legacy',
                             '9 - EGENERA',
                             '10 - ONTAP-legacy',
-                            '11 - VMWare']
+                            '11 - VMware']
 
     def __init__(self, config):
         self.sshpool = None
-- 
2.45.2