From b02f128e01a7bbe10daa8c56c908894227912f39 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 13 Mar 2015 11:39:28 +0100 Subject: [PATCH] BUG-2596 Workaround for scheduled-threadpool module Register the scheduled-threadpool as all available service types in initial config. Change-Id: If7929fbb9996f0ea8902d50e2c71875d343f229f Signed-off-by: Maros Marsalek --- .../src/main/resources/initial/01-netconf.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opendaylight/netconf/netconf-config/src/main/resources/initial/01-netconf.xml b/opendaylight/netconf/netconf-config/src/main/resources/initial/01-netconf.xml index 06a5e65149..9dea26b7b9 100644 --- a/opendaylight/netconf/netconf-config/src/main/resources/initial/01-netconf.xml +++ b/opendaylight/netconf/netconf-config/src/main/resources/initial/01-netconf.xml @@ -88,6 +88,13 @@ /modules/module[type='threadpool-scheduled'][name='global-netconf-ssh-scheduled-executor'] + + prefix:scheduled-threadpool + + global-netconf-ssh-scheduled-executor + /modules/module[type='threadpool-scheduled'][name='global-netconf-ssh-scheduled-executor'] + + -- 2.36.6