Hi all,
I'm getting a suds.client error in cinder-volume.log
2013-02-13 19:52:55 27461 ERROR suds.client [-] <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.netapp.com/management/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<ns0:Body>
<ns1:DfmAbout/>
</ns0:Body>
</SOAP-ENV:Envelope>
2013-02-13 19:52:55 27461 CRITICAL cinder [-] (404, u'Not Found')
More logs are here http://pastebin.com/xekuB2GR
The gist of it is, the dfm.wsdl file makes reference to http://www.netapp.com/management/v1 - which is 404
This is causing cinder-volume to fail to start up.
Anyone else seeing this? Have any hints?