Hi to all, im in the middle of a Cloud implementation with OpenStack and NetApp, i´ve configured the DFM Server and now i want to use the nova-volume with the NetApp storage. I´ve setup the nova-volume in the following way:
--volume_driver=nova.volume.netapp.NetAppISCSIDriver
--netapp_wsdl_url=http://10.1.8.11/dfm-5.0.wsdl
--netapp_login=<account for the DFM Server>
--netapp_password=<password for the DFM Server>
--netapp_server_hostname=<IP of the DFM Server>
--netapp_storage_service=
We put the SDK file (dfm-5.0.wsdl) from the DFM Server into a server with Apache.
But i don´t know what to put on the "netapp_storage_service", anyone could give me a hand or know what to put in here?
Thanks in advance!