following the docs here: http://code.google.com/p/jclouds/wiki/EBS i see how to attach an EBS volume to a newly provisioned ec2 instance. does anybody know if there is an equivalent to this for HP Block Storage? or Rackspace Block Storage?
im looking for a way to specify that i want a volume attached to my VM in the template, and let jclouds to the rest...i dont want to call specific cloud storage API's.
thanks