I have been reading about the support jclouds added to the Cinder Openstack API, and i was looking at this example usage on Rackspace Cloud.
does anybody know is this is supported for HP Cloud as well? if not, how can i use HP Cloud Block Storage with jclouds?
thanks a lot!
You should be able to use the Cinder API with HP but I tried it out and it wasn't working. Here's what I did.
The call to list() returns an empty list but with logging turned on I can see that it's actually a 404 causing the empty list to be returned. The URL that's created to list the volumes is
Which I think should be valid according to the HP service catalog but it's returning a 404.
I'll ping someone I know from HP and see if we can get to the bottom of this.