1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

9 commits

Author SHA1 Message Date
MaF
06d2bcdd40 Changes to the security group handling:
* CreateSecurityGroup now includes the group id in the reply, this
  patch makes the code store this
* The patch also changes the delete call to use the group id if
  present (since you must use the id when deleting VPC groups)
* Fix teh security group mock and test code to handle this new behavior
2012-03-20 14:49:32 +01:00
MaF
4402d6690f Improved support for SecurityGroup IDs
This patch makes it possible to specify GroupID in the options hash to the
aws computre requests operating on security groups. This is needed since
when working with VPC you must use GroupID instead of name.
2012-03-09 09:09:28 +01:00
Eric Stonfer
17b44b2103 Change default for vpc_id from '' to nil 2011-12-23 11:19:51 -05:00
Eric Stonfer
9a94955597 Add code to support the creation and modification of security groups existing in a VPC 2011-12-23 08:40:47 -05:00
geemus
f812565897 [aws|compute] fix formatting for mock security groups 2011-09-23 17:03:27 -05:00
geemus
8a8b259a7e [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
geemus
58577e17bf [aws] rename ec2/s3 to compute/storage 2010-09-08 14:40:57 -07:00
Renamed from lib/fog/aws/requests/ec2/create_security_group.rb (Browse further)