change property requirement
Change-Id: Ibb7df10ea9246e0d7efe7656faf19f8b2eb9ad07
diff --git a/xos/tosca/custom_types/vsgw.m4 b/xos/tosca/custom_types/vsgw.m4
index aedc4c5..1ff75dd 100644
--- a/xos/tosca/custom_types/vsgw.m4
+++ b/xos/tosca/custom_types/vsgw.m4
@@ -17,7 +17,7 @@
xos_base_service_props
service_message:
type: string
- required: true
+ required: false
tosca.nodes.VSGWTenant:
derived_from: tosca.nodes.Root
@@ -27,4 +27,4 @@
xos_base_tenant_props
tenant_message:
type: string
- required: true
+ required: false
diff --git a/xos/tosca/custom_types/vsgw.yaml b/xos/tosca/custom_types/vsgw.yaml
index 62d3ebf..5d6cb16 100644
--- a/xos/tosca/custom_types/vsgw.yaml
+++ b/xos/tosca/custom_types/vsgw.yaml
@@ -80,7 +80,7 @@
description: Version number of Service.
service_message:
type: string
- required: true
+ required: false
tosca.nodes.VSGWTenant:
derived_from: tosca.nodes.Root
@@ -97,4 +97,4 @@
description: Service specific ID opaque to XOS but meaningful to service
tenant_message:
type: string
- required: true
+ required: false