To support CloudStack and CloudBridge need to change
right_ec2.rb
line that reads:
API_VERSION = "2010-08-31"
change to
API_VERSION = " 2010-11-15"
If would be good if you could support cloudstack like eucalytpus (i.e. have some way to specify that it is CloudStack and do things slightly differently). It would also be good to support OpenStack as well. I believe they have an EC2 compatible interface as well.
To support CloudStack and CloudBridge need to change
right_ec2.rb
line that reads: API_VERSION = "2010-08-31" change to API_VERSION = " 2010-11-15"
If would be good if you could support cloudstack like eucalytpus (i.e. have some way to specify that it is CloudStack and do things slightly differently). It would also be good to support OpenStack as well. I believe they have an EC2 compatible interface as well.