emc-openstack / storops

Python storage management library for VNX and Unity.
Apache License 2.0
53 stars 29 forks source link

Issue with the create nfs server create method. #371

Open meenakshidembi691 opened 2 years ago

meenakshidembi691 commented 2 years ago

Issue with the create nfs server create method. if we pass kdc_type=UNIX, kdc_username="test", kdc_password="test", NFS server gets configured with Use SMB server account configured. This is incorrect behaviour since we are passing kdc_type as UNIX and SMB is getting configured.