Fixing invalid characters in normatives 29/83729/1
authorojasdubey <ojas.dubey@amdocs.com>
Fri, 29 Mar 2019 13:12:16 +0000 (18:42 +0530)
committerojasdubey <ojas.dubey@amdocs.com>
Fri, 29 Mar 2019 13:12:16 +0000 (18:42 +0530)
Remove invalid characters from normative
yaml files

Change-Id: Ida5c119ba4be036ea69781c324ac24093fd74e6f
Issue-ID: SDC-2215
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
catalog-be/src/main/resources/import/tosca/heat-types/extCp/extCp.yml
catalog-be/src/main/resources/import/tosca/heat-types/globalPort/globalPort.yml
catalog-be/src/main/resources/import/tosca/normative-types/loadBalancer/loadBalancer.yml

index 9160a9b..d8e69f0 100644 (file)
@@ -15,7 +15,7 @@ node_types:
       network_role_tag:
         type: string
         required: true
-        description: Must correlate to the set of defined “network-role” tag identifiers from the associated HEAT template
+        description: Must correlate to the set of defined network-role tag identifiers from the associated HEAT template
       mac_requirements:
         type: org.openecomp.datatypes.network.MacRequirements
         required: false
index 8304e3f..0ff4d78 100644 (file)
@@ -12,7 +12,7 @@ node_types:
         required: true
         description: The order of the CP on the compute instance (e.g. eth2).
       network_role_tag:
-        description: Must correlate to the set of defined “network-role�? tag identifiers from the associated HEAT template
+        description: Must correlate to the set of defined network-role tag identifiers from the associated HEAT template
         type: string
         required: true
       mac_requirements:
index d577a2a..abd3cf3 100644 (file)
@@ -12,7 +12,7 @@ node_types:
       client: 
         type: tosca.capabilities.Endpoint.Public
         occurrences: [0, UNBOUNDED]
-        description: the Floating (IP) clients on the public network can connect to
+        description: the Floating (IP) client's on the public network can connect to
     requirements: 
       - application: 
           capability: tosca.capabilities.Endpoint