This patch adds security_group support to the ec2 driver. It supersedes the previous two patches with the following additions: * it includes the proper #declare_feature and #feature calls * it fixes the failing cucumber scenario that the previous patch introduced
Tobias Crawley (2): Expose security_group feature for ec2. Expect a security_group feature in cucumber. server/lib/deltacloud/base_driver/features.rb | 8 ++++++++ server/lib/deltacloud/drivers/ec2/ec2_driver.rb | 4 +++- tests/ec2/api.feature | 1 + 3 files changed, 12 insertions(+), 1 deletions(-) -- 1.7.2.3
