flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
449 stars 175 forks source link

Support for CloudStack and CloudBridge #92

Open neillturner opened 13 years ago

neillturner commented 13 years ago

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.