Add neutron bundle from VTN to the Virtualization
authorHideyuki <h-tai@cd.jp.nec.com>
Wed, 13 Nov 2013 08:00:28 +0000 (03:00 -0500)
committerHideyuki <h-tai@cd.jp.nec.com>
Wed, 13 Nov 2013 08:00:28 +0000 (03:00 -0500)
It adds neutron.manager bundle from VTN Project to the Virtualization
Edition for OpenStack Neutron API support.

Change-Id: I984db1e1629535a1f0371b179b9b8266433963c2
Signed-off-by: Hideyuki <h-tai@cd.jp.nec.com>
distributions/virtualization/pom.xml

index 56a630f6ac5201c1833313e9ff64737b4ac81e88..e50263aa29c95badf64ad44cc0213f7d4200f025 100644 (file)
@@ -51,6 +51,11 @@ http://maven.apache.org/maven-v4_0_0.xsd">
       <artifactId>manager.implementation</artifactId>
       <version>0.1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vtn</groupId>
+      <artifactId>manager.neutron</artifactId>
+      <version>0.1.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>manager.northbound</artifactId>