Merge branch 'fix_project_creating' into bug_fix
This commit is contained in:
commit
b6e4fe2895
@ -56,7 +56,7 @@ module Provider
|
||||
end
|
||||
|
||||
def groups filters={}
|
||||
g = self.compute.describe_security_groups(filters)
|
||||
g = self.compute.describe_security_groups(filters || {})
|
||||
convert_groups(g.body["securityGroupInfo"])
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user