Fix root volume security style options
This commit is contained in:
parent
604a38cac1
commit
994840447f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue