Fixes for onboarding Monitoring service

Change-Id: I6dc97fce6406ce7c0e371c8d9c064ae85c5f37b8
diff --git a/xos/models.py b/xos/models.py
index 5285bd7..a839b4a 100644
--- a/xos/models.py
+++ b/xos/models.py
@@ -18,7 +18,7 @@
     KIND = CEILOMETER_KIND
 
     class Meta:
-        app_label = "ceilometer"
+        app_label = "monitoring"
         verbose_name = "Ceilometer Service"
         proxy = True
 
@@ -188,7 +188,7 @@
     KIND = SFLOW_KIND
 
     class Meta:
-        app_label = "ceilometer"
+        app_label = "monitoring"
         verbose_name = "sFlow Collection Service"
         proxy = True