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:
parent
f53fdb3d4a
commit
d8aa0a68e2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user