1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Fix oneflow-server delegate error(cherry picked from commit 141f01028ee4d7f4f21435552cef65b1e5b1be63)

This commit is contained in:
Daniel Molina 2013-07-17 11:55:59 +02:00
parent f53fdb3d4a
commit d8aa0a68e2

View File

@ -130,7 +130,7 @@ Role.init_default_shutdown(conf[:shutdown_action])
t = Thread.new {
require 'LifeCycleManager'
ServiceLCM.new(conf[:lcm_interval], settings.cloud_auth).loop
ServiceLCM.new(conf[:lcm_interval], cloud_auth).loop
}
t.abort_on_exception = true