From: Kurt Martin Date: Fri, 15 Mar 2013 21:40:10 +0000 (-0700) Subject: Fix typo in persona valid values X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0f353e794faac9f4a67d1628034d13507fc9785c;p=openstack-build%2Fcinder-build.git 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 --- 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