mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[glesys] Fix bug when trying to attach a ip to a server
This commit is contained in:
parent
564176e284
commit
efbbb28c8d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module Fog
|
|||
ip = new data
|
||||
|
||||
if options[:attach] && serverid
|
||||
server.attach_ip ip
|
||||
server.ips.attach ip, serverid
|
||||
ip.serverid = serverid
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue