Remove verbose logging in TransactUtils
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-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) 2015 Ericsson India Global Services Pvt Ltd. 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:hwvtepsouthbound:impl?module=hwvtepsouthbound-impl&amp;revision=2015-09-01</capability> -->
13       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
14       <capability>urn:opendaylight:params:xml:ns:yang:library:impl?module=library&amp;revision=2014-12-10</capability>
15   </required-capabilities>
16   <configuration>
17
18     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
19       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
20         <module>
21           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:hwvtepsouthbound:impl">prefix:hwvtepsouthbound</type>
22           <name>hwvtepsouthbound-default</name>
23           <broker>
24             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
25             <name>binding-osgi-broker</name>
26           </broker>
27           <schema-service>
28             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
29             <name>yang-schema-service</name>
30           </schema-service>
31           <binding-normalized-node-serializer>
32             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-normalized-node-serializer</type>
33             <name>runtime-mapping-singleton</name>
34           </binding-normalized-node-serializer>
35           <clustering-entity-ownership-service>
36              <type xmlns:ns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">ns:entity-ownership-service</type>
37              <name>entity-ownership-service</name>
38           </clustering-entity-ownership-service>
39           <connection-service>
40             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:library:impl">prefix:connection-service</type>
41             <name>connection-service</name>
42           </connection-service>
43         </module>
44       </modules>
45     </data>
46   </configuration>
47 </snapshot>