This is a clone and continuation of https://github.com/dizz/nova - it provides a python egg which can be easily deployed in OpenStack and will thereby add the 3rd party OCCI interface to OpenStack. For usage examples, see the OpenStack wiki.
I am using the latest version (master branch) of occi but it seems that when you delete a volume it hast issues with string indices that are supposed to be integers. Does anybody else have this issue?
I am using the latest version (master branch) of occi but it seems that when you delete a volume it hast issues with string indices that are supposed to be integers. Does anybody else have this issue?
curl -v -X DELETE http://localhost:8787/storage/162515a7-d02b-42b7-9fd7-4a5728d14a6d -H 'X-Auth-Token: '$KID -H 'Content-Type: text/occi'
< HTTP/1.1 400 Bad Request < Content-Length: 31 < Content-Type: text/plain < Content-Length: 31 < Server: pyssf OCCI/1.1 < Date: Wed, 31 Jul 2013 08:06:26 GMT <