Adding ovsdb.neutron bundle to SP Edition
Madhu Venugopal
Hi TSC members,
Post Hydrogen, we have received a few requests from the end-user/customer community to include the ovsdb.neutron functionality into the SP edition. am sending this email based on the discussion we had in TSC meeting (05/01/2014) & seeking your approval. Thanks to the modular nature of our projects, the following fix to the integration project will take care of it with no negative impact to any of the SP edition functionality, but will enhance it with the requested functionality. --- a/distributions/serviceprovider/pom.xml +++ b/distributions/serviceprovider/pom.xml @@ -444,6 +444,13 @@ see https://git.opendaylight.org/gerrit/#/c/390/ <version>0.1.2</version> </dependency> + <!--OVSDB neutron--> + <dependency> + <groupId>org.opendaylight.ovsdb</groupId> + <artifactId>ovsdb.neutron</artifactId> + <version>0.5.1-SNAPSHOT</version> + </dependency> Based on your input, I will push the change to integration project. Thanks, Madhu |
|