diff options
author | brunomilitzer <bruno.militzer@est.tech> | 2022-03-07 15:13:02 +0000 |
---|---|---|
committer | brunomilitzer <bruno.militzer@est.tech> | 2022-03-07 16:00:45 +0000 |
commit | e27362ae319ac0aa302381e274c87a82cd4ec9f1 (patch) | |
tree | fb3c9455c38e74bfd298b2531e54fe8fddb051f8 /runtime-acm/src/test/resources | |
parent | 13d6c4f7ac31fd2bd234d351c22702f594905553 (diff) |
Fixed Instance Properties Name
Fixed issue where the system put append _Instance1
so the end user can put their own custom name
Issue-ID: POLICY-3978
Change-Id: I04500148aeee49c64f278ce00daa55d14f964b90
Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
Diffstat (limited to 'runtime-acm/src/test/resources')
-rw-r--r-- | runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml b/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml index 1d3825f75..2a85a5ffa 100644 --- a/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml +++ b/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml @@ -1,4 +1,5 @@ tosca_definitions_version: tosca_simple_yaml_1_3 +name: PMSH_Test_Instance data_types: onap.datatypes.ToscaConceptIdentifier: derived_from: tosca.datatypes.Root |