1
0
Fork 0
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:
dJason 2013-03-12 09:34:01 -06:00
parent 8116689537
commit 9f6f970308

View file

@ -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