Temporary remove neutron from K4 distribution 05/59905/1
authorLuis Gomez <ecelgp@gmail.com>
Mon, 3 Jul 2017 21:46:03 +0000 (14:46 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 3 Jul 2017 21:46:03 +0000 (14:46 -0700)
Neutron features bring netconf connector features and these
have still issues with K4 SFT (server unhealthy).

See https://bugs.opendaylight.org/show_bug.cgi?id=7891

Change-Id: Iad79ef22edc9363928a8ea14613a8309a0451f47
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index a5bd778db19f81e919b5fd567d15b2f544453b3e..de814267e3a3465dd40a5be4ed10b55d81aea6fc 100644 (file)
         </dependency>
 
         <!-- Neutron Northbound -->
+        <!-- Temporary remove because SFT Server unhealth
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>features-neutron-service</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        -->
 
         <!-- ODL Parent -->
         <dependency>
index 2e6557b00d5459f76566eb991996c057cbc959a1..c651622656f3e4e7394aca71f0463083615e882a 100644 (file)
@@ -77,7 +77,6 @@
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>odl-bgpcep-bmp</artifactId>
         </dependency>
 
         <!-- Neutron Northbound -->
+        <!-- Temporary remove because SFT Server unhealth
         <dependency>
             <groupId>org.opendaylight.neutron</groupId>
             <artifactId>odl-neutron-service</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        -->
 
         <!-- OpenflowPlugin -->
         <dependency>