Fix property inconsistency between tosca and xproto

Change-Id: Ie5eff44f6726a727a721458b99a121fe31b4222d
diff --git a/xos/tosca/custom_types/vsm.m4 b/xos/tosca/custom_types/vsm.m4
index 4589380..f137d5c 100644
--- a/xos/tosca/custom_types/vsm.m4
+++ b/xos/tosca/custom_types/vsm.m4
@@ -15,4 +15,16 @@
         properties:
             xos_base_props
             xos_base_service_props
-
+            service_message:
+                type: string
+                required: true
+            
+    tosca.nodes.VSMTenant:
+        derived_from: tosca.nodes.Root
+        description: >
+            VSM Tenant
+        properties:
+            xos_base_tenant_props
+            tenant_message:
+                type: string
+                required: true
\ No newline at end of file