CORD-1638 Rename ExampleTenant and drop obsolete references
Change-Id: Ia68efa15d84e536fd2f77aa3fea7ebabfd4a18c2
diff --git a/xos/exampleservice.m4 b/xos/exampleservice.m4
index 6886a8c..214130c 100644
--- a/xos/exampleservice.m4
+++ b/xos/exampleservice.m4
@@ -35,6 +35,17 @@
type: string
required: false
+ tosca.nodes.ExampleServiceInstance:
+ derived_from: tosca.nodes.Root
+ description: >
+ A ServiceInstance of the example service
+ properties:
+ xos_base_tenant_props
+ tenant_message:
+ type: string
+ required: false
+
+ # deprecated, replaced by ExampleServiceInstance
tosca.nodes.ExampleTenant:
derived_from: tosca.nodes.Root
description: >