On Tue, 2011-03-22 at 10:16 -0700, [email protected] wrote: > From: Sang-Min Park <[email protected]> > > --- > server/lib/deltacloud/base_driver/base_driver.rb | 25 +++++++--- > server/lib/deltacloud/base_driver/features.rb | 9 +++ > server/lib/deltacloud/drivers/ec2/ec2_driver.rb | 59 +++++++++++++-------- > server/lib/deltacloud/validation.rb | 5 ++ > 4 files changed, 68 insertions(+), 30 deletions(-)
This seems to simply be a repost of your original patch, and doesn't address any of the comments I made. In particular, there should not be any need to do anything special for hardware_profiles and features, since they are not inherited anymore; rather each driver class has its own list of these. David
