flexera-public / right_aws

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

ruby 2.1.1 launch_instances returns an empty array #180

Closed TorstenRobitzki closed 10 years ago

TorstenRobitzki commented 10 years ago

After updating ruby to 2.1.1 I'm in the situation, that right_aws doesn't works for me anymore. A call to RightAws::Ec2::launch_instances starts new instances, but doesn't return the instances created. I'm using https://github.com/TorstenRobitzki/Kiel and the rake aws_tests are ok for ruby 1.9.3, but fail for ruby 2.1.1.

The function starts a new instance, but doesn't return it.

Does someone here have seen the same issue and has already investigated further in this?

Kind regards,

Torsten

TorstenRobitzki commented 10 years ago

Ah, I just realized that this is a duplicate of #178