Hello guys, I was paying around with this module : https://github.com/eucher/opennebula-provider
Therefore I configured OCCI on my opennebula cluster. Here below my occi-server.conf : ############################################################## Server configuration ############################################################# # Directory to store temp files when uploading images :tmpdir: /var/tmp # OpenNebula server contact information :one_xmlrpc: http://localhost:2633/RPC2 # Host and port where OCCI server will run :host: 127.0.0.1 :port: 4567 ############################################################# # Auth ############################################################# # Authentication driver for incomming requests # occi, for OpenNebula's user-password scheme # x509, for x509 certificates based authentication # opennebula, use the driver defined for the user in OpenNebula :auth: occi # Authentication driver to communicate with OpenNebula core # cipher, for symmetric cipher encryption of tokens # x509, for x509 certificate encryption of tokens :core_auth: cipher I tried to put http://IP-OCCIServer:2633/RPC2 as "endpoint" and my ONE username and password for auth info. I get a strange 404 error, even when http://IP-OCCIServer:2633/RPC2 in a browser gives 405 error page. 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. Thanks in advance. Cyrille
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
