Merge "Fix a race PingPongTransactionChain"
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / __artifactId__-impl / src / main / config / default-config.xml
1 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
4 <?xml version="1.0" encoding="UTF-8"?>
5 <!-- vi: set et smarttab sw=4 tabstop=4: -->
6 <!--
7 ${copyright} and others.  All rights reserved.
8
9 This program and the accompanying materials are made available under the
10 terms of the Eclipse Public License v1.0 which accompanies this distribution,
11 and is available at http://www.eclipse.org/legal/epl-v10.html
12 -->
13 <snapshot>
14   <required-capabilities>
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:${artifactId}:impl">prefix:${artifactId}-impl</type>
22           <name>${artifactId}-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         </module>
28       </modules>
29     </data>
30   </configuration>
31 </snapshot>