On Wed, 2011-03-02 at 08:30 -0500, Adrian Cole wrote: > FYI, in jclouds, the way we manage this is have a base ec2 driver, > which euca and aws-ec2 extend.
Yeah, that's really the right way to do it. I was hoping by using some of Ruby's metaprogramming we could get away with a base ec2 driver, and a euca subclass. But the three-class approach is definitely cleaner. David
