Bug 2697: Improvement wrong response handling, missing message
[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       <capability>urn:opendaylight:params:xml:ns:yang:${artifactId}:impl?module=${artifactId}-impl&amp;revision=2014-12-10</capability>
16       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
17   </required-capabilities>
18   <configuration>
19
20     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
21       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
22         <module>
23           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:${artifactId}:impl">prefix:${artifactId}-impl</type>
24           <name>${artifactId}-default</name>
25           <broker>
26             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
27             <name>binding-osgi-broker</name>
28           </broker>
29         </module>
30       </modules>
31     </data>
32   </configuration>
33 </snapshot>