Fix keyname 'constraints:' according to TOSCA property definition 02/105002/2
authoraribeiro <anderson.ribeiro@est.tech>
Thu, 2 Apr 2020 09:53:12 +0000 (10:53 +0100)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 5 Apr 2020 15:01:08 +0000 (15:01 +0000)
Issue-ID: SDC-2863
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I955af393b4f10ca56a01bfcb2f62c37496c484d6

asdctool/src/main/resources/config/groupTypes.yml
catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml

index ce457e4..65267a4 100644 (file)
@@ -52,7 +52,7 @@ org.openecomp.groups.VfModule:
     vf_module_type:
       type: string
       required: true
-      constraint:
+      constraints:
         - valid_values: ["Base", "Expansion"]
     volume_group:
       type: boolean
index c09acb2..796dc20 100644 (file)
@@ -57,7 +57,7 @@ org.openecomp.groups.VfModule:
     vf_module_type:
       type: string
       required: true
-      constraint:
+      constraints:
         - valid_values: ["Base", "Expansion"]
     volume_group:
       type: boolean