daemon: fix to also boot config services when a node is added during runtime
This commit is contained in:
parent
b508ad6406
commit
a63e3e8d96
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ class Session:
|
|||
if self.state == EventTypes.RUNTIME_STATE and is_boot_node:
|
||||
self.write_nodes()
|
||||
self.add_remove_control_iface(node, remove=False)
|
||||
self.services.boot_services(node)
|
||||
self.boot_node(node)
|
||||
|
||||
self.sdt.add_node(node)
|
||||
return node
|
||||
|
|
Loading…
Reference in a new issue