Merge "Specify type to NetconfClientDispatcher reference"
authorTomas Cere <tcere@cisco.com>
Mon, 7 Nov 2016 13:06:52 +0000 (13:06 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 7 Nov 2016 13:06:52 +0000 (13:06 +0000)
netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml

index 8fced1956ea89d516b1ecb6c83ec60a3f3233bb8..250f97990ff4868897bce205c71170648ed3026d 100644 (file)
@@ -31,7 +31,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                interface="io.netty.util.concurrent.EventExecutor"
                odl:type="global-event-executor"/>
     <reference id="clientDispatcherDependency"
-               interface="org.opendaylight.netconf.client.NetconfClientDispatcher"/>
+               interface="org.opendaylight.netconf.client.NetconfClientDispatcher"
+               odl:type="netconf-client-dispatcher"/>
 
     <bean id="netconfTopologyManager"
           class="org.opendaylight.netconf.topology.singleton.impl.NetconfTopologyManager"