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

18 commits

Author SHA1 Message Date
Paul Thornthwaite
1cb5a45b3e [aws|compute] Updates reference to service 2013-01-07 20:53:25 +00:00
vkhatri
4bed4176c5 Update lib/fog/aws/models/compute/security_group.rb 2012-08-18 02:27:02 +05:30
Aaron Suggs
2e41edad0f [aws|compute] Nicer interface for security group authorizations
Don't use a specially formatted string for passing two arguments. Use a
hash instead.

This changes the interface introduced in pull #986.

Default to using self.owner_id as the account if not specified.
2012-08-02 11:40:50 -04:00
Aaron Suggs
1fe6c61e39 [aws|compute] fix typo in deprecation warning 2012-08-02 10:37:54 -04:00
Bulat Shakirzyanov
038d64ed47 add authorize and revoke port range for security group 2012-06-15 21:56:02 -07:00
Sean Porter
e8ecbc25cf [vpc-fixes] AWS security group model + VPC
[vpc-fixes] drop sec group name when id is provided

[vpc-fixes] must use IpPermissions in order to apply

[vpc-fixes] adjust sec group tests since group id can be provided instead of group name

[vpc-fixes] update other methods to allow for name or id

[vpc-fixes] fix whitespace in test

[vpc-fixes] testing nil name and id

[vpc-fixes] get sec group revoke working

[vpc-fixes] name_specified & group_id_specified to catch where GroupId key exists but is nil
2012-04-01 10:23:46 -07:00
MaF
61da0e15be Removed merge commit 2012-03-20 14:58:24 +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
Eric Stonfer
db8d7abf16 modified security group tests to accomodate the new security group data model. Also allowed permissions to be nil in the security tests for groups with no ACLs 2011-12-23 09:37:13 -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
Eric Stonfer
10015b496d Add the ability to return the security group ID when requesting a SecurityGroupData object 2011-12-14 16:25:06 -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
watsonian
ca1972e45c [aws|compute] Add better security group documentation. 2010-12-31 04:49:52 +08:00
geemus
5854e249aa more consistent attribute storage/usage 2010-11-19 13:45:45 -08:00
geemus
619f7d430f fix paths for core requires 2010-10-04 14:02:08 -07:00
geemus
22af45ed06 expanding on bootstrap and adding to aws 2010-09-15 17:31:45 -07:00
geemus
58577e17bf [aws] rename ec2/s3 to compute/storage 2010-09-08 14:40:57 -07:00
Renamed from lib/fog/aws/models/ec2/security_group.rb (Browse further)