Fix root volume security style options

pull/22624/head
Sumit Kumar 8 years ago committed by Brian Coca
parent 604a38cac1
commit 994840447f

@ -105,8 +105,8 @@ class NetAppCDOTSVM(object):
name=dict(required=True, type='str'),
root_volume=dict(type='str'),
root_volume_aggregate=dict(type='str'),
root_volume_security_style=dict(type='str', choices=['nfs',
'cifs',
root_volume_security_style=dict(type='str', choices=['unix',
'ntfs',
'mixed',
'unified'
]),

Loading…
Cancel
Save