Fix a feature typo 63/89663/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 11 May 2020 14:09:12 +0000 (16:09 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 11 May 2020 14:09:12 +0000 (16:09 +0200)
We have 'odl' prefix added twice, fix that.

Change-Id: If71674c4373040936eaacf0850712d387c295e54
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-controller-exp-netty-config/src/main/feature/feature.xml

index c61f9fc3dfcc011a52771fd33761828b4231e3e2..50c1970475aecb05436250dafc2655de16a10283 100644 (file)
@@ -6,7 +6,7 @@
  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 xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odlodl-controller-exp-netty-config">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-controller-exp-netty-config">
     <feature name="odl-controller-exp-netty-config">
         <feature version="[7,8)">odl-netty-4</feature>
     </feature>