commit | 3f55e8e7cff615f2f97d3e0d5def0c2f0d80cea5 | [log] [tgz] |
---|---|---|
author | shrikantawachar <shrikant.awachar@amdocs.com> | Sat Jul 14 00:18:09 2018 +0530 |
committer | Avi Gaffa <avi.gaffa@amdocs.com> | Sun Jul 15 05:30:15 2018 +0000 |
tree | 35f088ff634239ab6df01922bc3ff753344e833f | |
parent | e8a916c229e23ce406cae7d480a201eb505e9261 [diff] [blame] |
Enhancement in md5 field of Image Implementation and Flow tests Change-Id: I4c7e3dfe077ba43317cf0b06b0ea4d85bfb50da8 Issue-ID: SDC-1502 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
diff --git a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl index 8eba7f2..7e32ca1 100644 --- a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl +++ b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl
@@ -13,7 +13,8 @@ "minLength": 1 }, "md5": { - "type": "string" + "type": "string", + "maxLength": 32 } }, "additionalProperties": false,