Add blueprint wiring for restconf connector
[netconf.git] / restconf / sal-rest-connector-config / src / main / resources / initial / 10-rest-connector.xml
index 3be423c35628d06378ead78b344059a15dcc3ed6..1c0ff41031c883a15aaee6001fa85c907d16b558 100644 (file)
@@ -5,6 +5,9 @@ Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
+
+NOTE: This file is deprecated as wiring is now done via blueprint. This file is kept for backwards
+      compatibility and runtime modifications will not be honored.
 -->
 <snapshot>
   <configuration>
@@ -14,11 +17,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <module>
           <type xmlns:rest="urn:opendaylight:params:xml:ns:yang:controller:md:sal:rest:connector">rest:rest-connector-impl</type>
           <name>rest-connector-default-impl</name>
-          <websocket-port>8185</websocket-port>
-          <dom-broker>
-            <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
-            <name>dom-broker</name>
-          </dom-broker>
         </module>
       </modules>