Merge "JUnit for IdManager"
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / config / default-config.xml
index 3d718ff744e4e50793bdd85de40ca4e4be69a244..8312c9f7904e7fd56b49f203c425c0c191753719 100644 (file)
@@ -26,6 +26,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
             <name>binding-osgi-broker</name>
           </broker>
+          <rpcregistry>
+            <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
+            <name>binding-rpc-broker</name>
+          </rpcregistry>
           <bgpmanager>
             <type xmlns:bgpmanager="urn:opendaylight:params:xml:ns:yang:bgpmanager:api">bgpmanager:bgpmanager-api</type>
             <name>bgpmanager</name>
@@ -40,6 +44,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </odlinterface>
         </module>
       </modules>
+      <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
+        <service>
+          <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:vpnmanager:api">prefix:vpnmanager-api</type>
+          <instance>
+            <name>vpnmanager</name>
+            <provider>/modules/module[type='vpnservice-impl'][name='vpnservice-default']</provider>
+          </instance>
+        </service>
+      </services>
     </data>
   </configuration>
 </snapshot>