mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix reload for rackspace server model
This commit is contained in:
parent
0c7a2ae4fd
commit
d06780571c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ module Fog
|
|||
end
|
||||
|
||||
def reload
|
||||
new_attributes = servers.get(@id).attributes
|
||||
new_attributes = servers.get(@id).body['server']
|
||||
merge_attributes(new_attributes)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue