If I create a vFiler and have an admin user of the vFiler and also volumes assigned to the vFiler then can i use this vFiler admin user name/passwd for cinder-netapp-config.yaml to successfully integrate the Cinder to netapp?
The doc seems to be asking for base ONTap OS Admin username/password which I do not want to give.
volume_driver= cinder.volume.drivers.netapp.iscsi.NetAppDirect7modeISCSIDriver
netapp_server_hostname=${hostname}
netapp_server_port=80
netapp_login=${cluster_management_username} #### Can I use vfiler admin username here?
netapp_password=${cluster_management_password} #### Can I use vfiler admin password here?