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