aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-heat-lib
diff options
context:
space:
mode:
authorLiang <liang.ding@intel.com>2019-03-13 01:49:25 +0000
committerOren Kleks <orenkle@amdocs.com>2019-04-10 06:10:03 +0000
commitef0e8be1453e3959b38c9832e3e729e4e86a9e04 (patch)
tree35240c48472a44b48ab959ded27892d870674b9b /openecomp-be/lib/openecomp-heat-lib
parentfffb841e0ba5a48f5a8606c28e013f23723db3b5 (diff)
specify a new type to cloud specific artifacts
Change-Id: I26e9533989a377d407290451063d97263a814d6b Issue-ID: SDC-2041 Signed-off-by: Liang Ding <liang.ding@intel.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-heat-lib')
-rw-r--r--openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java1
1 files changed, 1 insertions, 0 deletions
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 35276b4f11..d343264528 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
@@ -93,6 +93,7 @@ public class FileData {
MURANO_PKG("MURANO_PKG"),
VENDOR_LICENSE("VENDOR_LICENSE"),
VF_LICENSE("VF_LICENSE"),
+ CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT("CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"),
OTHER("OTHER");
private String displayName;