<html><head><style type="text/css">body,p,td,div,span{font-size:13px; font-family:Arial, Helvetica, sans-serif;};body{border: 0; margin: 0; padding: {0}px; height: {1}px; cursor: text}body p{margin:0px;}</style></head><body><span style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 13px;">Hello guys,<br><br>I was paying around with this module : https://github.com/eucher/opennebula-provider<br><br>Therefore I configured OCCI on my opennebula cluster.<br><br>Here below my occi-server.conf :<br><br>​</span>#############################################################<div># Server configuration</div><div>#############################################################</div><div><br></div><div># Directory to store temp files when uploading images</div><div>:tmpdir: /var/tmp</div><div><br></div><div># OpenNebula server contact information</div><div>:one_xmlrpc: http://localhost:2633/RPC2</div><div><br></div><div># Host and port where OCCI server will run</div><div>:host: 127.0.0.1</div><div>:port: 4567</div><div><br><div>#############################################################</div><div># Auth</div><div>#############################################################</div><div><br></div><div># Authentication driver for incomming requests</div><div>#   occi, for OpenNebula's user-password scheme</div><div>#   x509, for x509 certificates based authentication</div><div>#   opennebula, use the driver defined for the user in OpenNebula</div><div>:auth: occi</div><div><br></div><div># Authentication driver to communicate with OpenNebula core</div><div>#   cipher, for symmetric cipher encryption of tokens</div><div>#   x509, for x509 certificate encryption of tokens</div><div>:core_auth: cipher</div><div style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 13px;"><br>I tried to put http://IP-OCCIServer:2633/RPC2 as "endpoint" and my ONE username and password for auth info.</div><br>I get a strange 404 error, even when http://IP-OCCIServer:2633/RPC2 in a browser gives 405 error page.</div><br>In a general matter, is there a way to test that OCCI interface is working correctly ? To be sure it's on the tool I'm using and not on my setup.<br><br>Thanks in advance.<br>Cyrille</body></html>