Minor cleanup of blueprint config 62/63462/1
authorAtul Gosain <atul.gosain@gmail.com>
Tue, 22 Aug 2017 00:46:01 +0000 (17:46 -0700)
committerAtul Gosain <agosain@luminanetworks.com>
Fri, 22 Sep 2017 18:06:57 +0000 (18:06 +0000)
The path for private file was left here due to which the netconf module
looks for the private key file and shows error in the log which is a false alarm.
Cleaning up the configuration

Change-Id: Ied9cc137ab67cab158318a6c2f34da19dc174fe0
Signed-off-by: Atul Gosain <atul.gosain@gmail.com>
Signed-off-by: Atul Gosain <agosain@brocade.com>
netconf/netconf-topology-config/src/main/resources/org/opendaylight/blueprint/netconf-topology.xml

index 3a096e5dbc01032aeadcd3d85172314bd63c8a5b..72ca8da1afae7b194e94f0cbb5e5dd5029d5f6c9 100755 (executable)
@@ -37,7 +37,7 @@
 
     <cm:property-placeholder persistent-id="org.opendaylight.netconf.topology.sb.keypair" update-strategy="none">
       <cm:default-properties>
-        <cm:property name="private-key-path" value="etc/RSA"/>
+        <cm:property name="private-key-path" value=""/>
         <cm:property name="private-key-passphrase" value=""/>
       </cm:default-properties>
     </cm:property-placeholder>