On 11/02/2010 11:39 AM, Tobias Crawley wrote:
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(-)
Has anyone had a chance to look at this patchset?
Toby