Thomas Vachuska
Committed by Gerrit Code Review

Fixed some wrong app.xml configurations.

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