commit | 975dccc51b43b5a4019c45f448e63a110e3bd603 | [log] [tgz] |
---|---|---|
author | sebdet <sebastien.determe@intl.att.com> | Tue Apr 28 16:01:35 2020 +0200 |
committer | sebdet <sebastien.determe@intl.att.com> | Tue Apr 28 16:01:35 2020 +0200 |
tree | ff709422661494e215f563e877daf3dca5d2de50 | |
parent | 5523a23a5d8a66f690fc2dec7975cb8bfb8db975 [diff] [blame] |
Fix VNF entityId in policies Fix the VNF entity IDs value in json schema for each policies (in UI) Issue-ID: CLAMP-843 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9515b01422acdfc0ec36f10cc70994145e561d7f
diff --git a/src/test/resources/tosca/operational-policy-json-schema.json b/src/test/resources/tosca/operational-policy-json-schema.json index 32adce9..e8363b4 100644 --- a/src/test/resources/tosca/operational-policy-json-schema.json +++ b/src/test/resources/tosca/operational-policy-json-schema.json
@@ -744,7 +744,7 @@ "resourceID": { "title": "Resource ID", "type": "string", - "default": "vLoadBalancerMS", + "default": "1a31b9f2-e50d-43b7-89b3-a040250cf506", "readOnly": "True" } }