]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix typo in persona valid values
authorKurt Martin <kurt.f.martin@hp.com>
Fri, 15 Mar 2013 21:40:10 +0000 (14:40 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Fri, 15 Mar 2013 21:40:10 +0000 (14:40 -0700)
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

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

index 871d2cad9dc05ccfff892e25eb8754540ab8730f..cd1d9ee770df54858ee1b7fc07596ddcae1e81c5 100644 (file)
@@ -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