2ba6576cf9c555ba5fbfcb172acd962456a942f9
[groupbasedpolicy.git] / neutron-mapper / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <snapshot>
10     <configuration>
11         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
12             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
13                 <module>
14                     <type xmlns:neutron-mapper="urn:opendaylight:params:xml:ns:yang:controller:config:neutron-mapper:impl">
15                         neutron-mapper:neutron-mapper-impl
16                     </type>
17                     <name>neutron-mapper-impl</name>
18
19                     <rpc-registry>
20                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
21                         <name>binding-rpc-broker</name>
22                     </rpc-registry>
23
24                     <data-broker>
25                       <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
26                       <name>binding-data-broker</name>
27                     </data-broker>
28                 </module>
29             </modules>
30         </data>
31
32     </configuration>
33
34     <required-capabilities>
35         <capability>urn:opendaylight:params:xml:ns:yang:controller:config:neutron-mapper:impl?module=neutron-mapper-impl&amp;revision=2015-02-19</capability>
36     </required-capabilities>
37
38 </snapshot>