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

6 commits

Author SHA1 Message Date
Rob Lockstone
72fb827004 Change iprange --> ec2_secg in Mock.
I assume this was a simple copy/paste error from the code above. Anyway, it fixes the "undefined local variable or method `iprange'" testing error.
2012-08-08 18:44:28 -07:00
Aaron Suggs
cb34e08a1d [aws|rds] Enabled model tests that pass when mocking 2012-02-26 21:10:42 -05:00
Aaron Suggs
b55ce59976 fix typo in comment 2012-02-25 19:03:27 -05:00
Aaron Suggs
b0e357f71e whitespace 2012-02-25 19:01:39 -05:00
Rodrigo Estebanez
69bdd8e46c Better rds/security_group_test. Mocking rds security_groups. 2011-12-27 23:37:04 +01:00
Aaron Suggs
02ff3171ee [aws|rds] Add support for DB Security Groups
Added security_groups collection and
security_group model to Fog::AWS::RDS

Added API methods:
Fog::AWS::RDS#describe_db_security_groups
Fog::AWS::RDS#create_db_security_group
Fog::AWS::RDS#delete_db_security_group
Fog::AWS::RDS#authorize_db_security_group_ingress
Fog::AWS::RDS#revoke_db_security_group_ingress
2011-03-11 03:28:58 +08:00