Move the Openflow connections blueprint to OpenflowJava project
[openflowjava.git] / openflowjava-blueprint-config / src / main / resources / initial / legacy-openflow-connection-config.xml
1 <switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
2   <instance-name>openflow-switch-connection-provider-legacy-impl</instance-name>
3   <port>6653</port>
4   <transport-protocol>TCP</transport-protocol>
5   <tls>
6      <keystore>configuration/ssl/ctl.jks</keystore>
7      <keystore-type>JKS</keystore-type>
8      <keystore-path-type>PATH</keystore-path-type>
9      <keystore-password>opendaylight</keystore-password>
10      <truststore>configuration/ssl/truststore.jks</truststore>
11      <truststore-type>JKS</truststore-type>
12      <truststore-path-type>PATH</truststore-path-type>
13      <truststore-password>opendaylight</truststore-password>
14      <certificate-password>opendaylight</certificate-password>
15      <cipher-suites></cipher-suites>
16   </tls>
17 </switch-connection-config>