mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[slicehost] fix loading of flavors
This commit is contained in:
parent
5d1b2333d4
commit
c83f0f8e12
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Fog
|
|||
|
||||
def all
|
||||
data = connection.get_flavors.body['flavors']
|
||||
load(self)
|
||||
load(data)
|
||||
end
|
||||
|
||||
def get(flavor_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue