Thomas Vachuska
Committed by Gerrit Code Review

Fixed some wrong app.xml configurations.

Change-Id: I7ca5469ab501b35cf56c8ebeddb69dcaa7471bbf
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.metrics" origin="ON.Lab" version="1.2.0" 17 <app name="org.onosproject.metrics" origin="ON.Lab" version="1.2.0"
18 - features="onos-app-config"> 18 + features="onos-app-metrics">
19 <description>ONOS performance metrics collection</description> 19 <description>ONOS performance metrics collection</description>
20 </app> 20 </app>
......
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.election" origin="ON.Lab" version="1.2.0" 17 <app name="org.onosproject.election" origin="ON.Lab" version="1.2.0"
18 - features="onos-app-metrics"> 18 + features="onos-app-election">
19 <description>ONOS master election test application</description> 19 <description>ONOS master election test application</description>
20 </app> 20 </app>
......