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 0f353e794f
)
This commit is contained in:
parent
36e4e85b1f
commit
e5099f80c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user