summaryrefslogtreecommitdiffstats
path: root/vbd
diff options
context:
space:
mode:
authorMiroslav Toth <mirtoth@cisco.com>2016-02-09 09:57:21 +0100
committerMiroslav Toth <mirtoth@cisco.com>2016-02-09 09:57:21 +0100
commit08ad3d9fcc1d0d54860e10dadbb87f2747d366b2 (patch)
treebaa9a0326ec23bba3695cc5cb41f845448e1f2fe /vbd
parentb46f6ad9d5cf138d9b4cba9c03dc09aea450e94a (diff)
Adding odl-netconf-topololgy feature
Change-Id: If56ed34e50ff1003e78c5f1a5ac1d68abf5823b2 Signed-off-by: Miroslav Toth <mirtoth@cisco.com>
Diffstat (limited to 'vbd')
-rw-r--r--vbd/features/src/main/features/features.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml
index ace5a51de..ebe72ad6e 100644
--- a/vbd/features/src/main/features/features.xml
+++ b/vbd/features/src/main/features/features.xml
@@ -21,6 +21,7 @@
<repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
<repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
<repository>mvn:io.fd.honeycomb.v3po/v3po-features/{{VERSION}}/xml/features</repository>
+ <repository>mvn:org.opendaylight.netconf/features-netconf-connector/1.0.0-SNAPSHOT/xml/features</repository>
<feature name='odl-vbd-api' version='${project.version}' description='OpenDaylight :: vbd :: api'>
<feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
@@ -33,6 +34,7 @@
<feature version='${project.version}'>odl-vbd-api</feature>
<feature version='${netconf.version}'>odl-netconf-connector-ssh</feature>
<feature version='${netconf.mdsal.version}'>odl-netconf-mdsal</feature>
+ <feature version='${netconf.version}'>odl-netconf-topology</feature>
<bundle>mvn:io.fd.honeycomb.vbd/vbd-impl/{{VERSION}}</bundle>
<configfile finalname="${configfile.directory}/vbd.xml">mvn:io.fd.honeycomb.vbd/vbd-impl/{{VERSION}}/xml/config</configfile>
</feature>