Remove sfc & vbd due to dlux dependency
[integration/distribution.git] / version / 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) 2016 Cisco Systems, Inc. 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:integration:distribution:version?module=odl-distribution-version&amp;revision=2016-03-16</capability>
13   </required-capabilities>
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:params:xml:ns:yang:integration:distribution:version">prefix:odl-version</type>
19           <name>odl-distribution-version</name>
20           <version>${project.version}</version>
21         </module>
22         <module>
23           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:integration:distribution:version">prefix:odl-version</type>
24           <name>odl-odlparent-version</name>
25           <version>${feature.odlparent.version}</version>
26         </module>
27       </modules>
28     </data>
29   </configuration>
30 </snapshot>