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

4 commits

Author SHA1 Message Date
MaF
61da0e15be Removed merge commit 2012-03-20 14:58:24 +01:00
MaF
040d132f9a Merge branch 'security-group-id' of github.com:maf23/fog into security-group-id
Conflicts:
	lib/fog/aws/parsers/compute/create_security_group.rb
2012-03-20 14:53:09 +01:00
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
de807f03b1 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)
2012-03-20 08:49:49 +01:00