fix project creating bug
This commit is contained in:
parent
3e9c24bbf2
commit
a1d987d7e1
@ -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