From b336b9265178d26248bfddb5a1519d59b83048c2 Mon Sep 17 00:00:00 2001 From: Jakub Morvay Date: Wed, 16 Jan 2019 16:55:33 +0100 Subject: [PATCH] Provide NetconfKeystoreService RPCs in clustered topology 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 (cherry picked from commit d76dec7f0cd65399967800a09df6f906f860836b) --- .../opendaylight/blueprint/netconf-topology-singleton.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml b/netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml index ecab8350da..795981a27a 100644 --- a/netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml +++ b/netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml @@ -83,4 +83,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + + + + + -- 2.36.6