b552df5cd4787bdc53cb632b7df54fdc658e66db
[ovsdb.git] / southbound / southbound-impl / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <snapshot>
11   <required-capabilities>
12     <!--<capability>urn:opendaylight:params:xml:ns:yang:southbound:impl?module=southbound-impl&amp;revision=2015-01-05</capability>-->
13   </required-capabilities>
14   <configuration>
15
16     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
17       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
18         <module>
19           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:southbound:impl">prefix:southbound-impl</type>
20           <name>southbound-default</name>
21           <broker>
22             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
23             <name>binding-osgi-broker</name>
24           </broker>
25           <schema-service>
26             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
27             <name>yang-schema-service</name>
28           </schema-service>
29           <binding-normalized-node-serializer>
30             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-normalized-node-serializer</type>
31             <name>runtime-mapping-singleton</name>
32           </binding-normalized-node-serializer>
33         </module>
34       </modules>
35     </data>
36   </configuration>
37 </snapshot>