mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Vcloud] Server reset instance vars after save
New networking support needs to reset the stored update value after a save is completed
This commit is contained in:
parent
8116689537
commit
9f6f970308
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ module Fog
|
|||
@update_password = nil
|
||||
@update_cpu_value = nil
|
||||
@update_memory_value = nil
|
||||
@update_network = nil
|
||||
@name_changed = false
|
||||
@description_changed = nil
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue