BUG-7891: Remove odl-netconf-ssh feature prerequisites 15/60915/1
authorLuis Gomez <ecelgp@gmail.com>
Sat, 29 Jul 2017 21:17:56 +0000 (14:17 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 29 Jul 2017 21:17:56 +0000 (14:17 -0700)
This works in my setup. After removing the prerequisite dependency
I do not see anymore the server unhealthy issue.

Change-Id: I54eac80cd987474747ea47f652414245a893470c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
features/netconf/odl-netconf-ssh/src/main/feature/feature.xml [deleted file]

diff --git a/features/netconf/odl-netconf-ssh/src/main/feature/feature.xml b/features/netconf/odl-netconf-ssh/src/main/feature/feature.xml
deleted file mode 100644 (file)
index dacf429..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<features name="odl-netconf-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
-    <feature name="odl-netconf-ssh" version="${project.version}">
-        <feature version="${project.version}" dependency="true" prerequisite="true">odl-netconf-tcp</feature>
-        <feature version="${project.version}" dependency="true" prerequisite="true">odl-netconf-util</feature>
-    </feature>
-</features>