f7811956ca3635cd8fd3fc46a6f9b1dabbe49d7a
[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   </required-capabilities>
13   <configuration>
14
15     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
16       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
17         <module>
18           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:southbound:impl">prefix:southbound-impl</type>
19           <name>southbound-default</name>
20           <broker>
21             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
22             <name>binding-osgi-broker</name>
23           </broker>
24           <schema-service>
25             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
26             <name>yang-schema-service</name>
27           </schema-service>
28           <binding-normalized-node-serializer>
29             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-normalized-node-serializer</type>
30             <name>runtime-mapping-singleton</name>
31           </binding-normalized-node-serializer>
32         </module>
33       </modules>
34     </data>
35   </configuration>
36 </snapshot>