fix bootstraping error
This commit is contained in:
parent
d3fb682b4b
commit
cf8a340447
@ -189,7 +189,9 @@ module Devops
|
||||
end
|
||||
|
||||
def bootstrap_server
|
||||
server, rl, bootstrap_template = prepare_bootstrap_server
|
||||
attrs = prepare_bootstrap_server
|
||||
server = attrs[:server]
|
||||
bootstrap_template = attrs[:bootstrap_template]
|
||||
|
||||
jid = Worker.start_async(BootstrapWorker,
|
||||
server_attrs: server.to_mongo_hash,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user