Since now we support Netconf over TLS in odl-netconf-clustered-topology,
we should provide users with RPCs for configuring keys and certificates
used in Netconf over TLS.
Make sure NetconfKeystoreService RPCs are exposed once
odl-netconf-clustered-topology is installed.
JIRA: NETCONF-595
Change-Id: Id435cabe44916e01171203dc4f6b6a9a49f3239b
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
<odl:rpc-implementation ref="netconfNodeRegisterEncryptedRPC"/>
+ <bean id="netconfKeystoreProvider"
+ class="org.opendaylight.netconf.sal.connect.util.NetconfSalKeystoreService">
+ <argument ref="dataBroker"/>
+ <argument ref="encryptionService"/>
+ </bean>
+
+ <odl:rpc-implementation ref="netconfKeystoreProvider"/>
+
</blueprint>