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
This commit is contained in:
Kurt Martin
2013-03-15 14:40:10 -07:00
parent 65e86b00d0
commit 0f353e794f

View 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