updated coretk to working order for configuring config services from coretk
This commit is contained in:
parent
da107cc1d9
commit
80a4955bd4
4 changed files with 28 additions and 7 deletions
|
@ -730,6 +730,7 @@ class Session:
|
|||
self.services.add_services(node, node.type, options.services)
|
||||
|
||||
# add config services
|
||||
logging.info("setting node config services: %s", options.config_services)
|
||||
for name in options.config_services:
|
||||
service_class = self.service_manager.get_service(name)
|
||||
node.add_config_service(service_class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue