From ad7c463c5b4caa8665569a4b124828e7bbb616ce Mon Sep 17 00:00:00 2001 From: Adam Wudzinski Date: Mon, 4 Jan 2021 15:48:17 +0100 Subject: Add PM_Dictionary artifact type for VNF/CNF packages Issue-ID: SDC-3390 Signed-off-by: Adam Wudzinski Change-Id: I4726a786c1fd466b71c4fd1f55cec6ab0598bab3 --- .../main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openecomp-be/lib') diff --git a/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java b/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java index 8b4eebde0e..27b035b2ac 100644 --- a/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java +++ b/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java @@ -97,7 +97,8 @@ public class FileData { CONTROLLER_BLUEPRINT_ARCHIVE("CONTROLLER_BLUEPRINT_ARCHIVE"), HELM("HELM"), OTHER("OTHER"), - PNF_SW_INFORMATION("PNF_SW_INFORMATION"); + PNF_SW_INFORMATION("PNF_SW_INFORMATION"), + PM_DICTIONARY("PM_DICTIONARY"); private String displayName; -- cgit 1.2.3-korg