1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1654 from dJason/patch-3

[Vcloud] Server reset instance vars after save
This commit is contained in:
Wesley Beary 2013-03-12 09:46:44 -07:00
commit 022c9e73f5

View file

@ -261,6 +261,7 @@ module Fog
@update_password = nil @update_password = nil
@update_cpu_value = nil @update_cpu_value = nil
@update_memory_value = nil @update_memory_value = nil
@update_network = nil
@name_changed = false @name_changed = false
@description_changed = nil @description_changed = nil
end end