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

removed Fog::AWS[:rds] this was creating issues with was security credentials.

This commit is contained in:
mauro catenacci 2012-11-16 16:07:01 -05:00
parent bcbe805929
commit 908c486376

View file

@ -158,7 +158,7 @@ module Fog
end
def owner_id
@owner_id ||= Fog::AWS[:rds].security_groups.get('default').owner_id
@owner_id ||= security_groups.get('default').owner_id
end
def reload