Merge "Bug 4868 - Extend netconf-node-topology model to distinguish user overriden...
[netconf.git] / netconf / netconf-console / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2016 Inocybe Technologies. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <snapshot>
9   <required-capabilities>
10       <capability>urn:opendaylight:netconf:console:provider:impl?module=netconf-console-provider-impl&amp;revision=2016-03-23</capability>
11       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
12   </required-capabilities>
13
14   <configuration>
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:netconf:console:provider:impl">prefix:netconf-console-provider-impl</type>
19           <name>netconf-console-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         </module>
25       </modules>
26     </data>
27   </configuration>
28 </snapshot>