diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2019-08-19 11:38:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-19 11:38:40 +0000 |
commit | 86bac35dfead00265a18944528b635a16ab96263 (patch) | |
tree | 2b6cdfafb4ea32ca75e0cf839ba3fe6847bbcfc0 | |
parent | 81f26b4c1837c9f8ff49619782fe01d99f4f0683 (diff) | |
parent | ca4b8fbb757809aa6410f182d88473186d63864f (diff) |
Merge "Solve the vnfc_instance_group_customization_id insertion failure problem"
-rw-r--r-- | asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java b/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java index 3e6b44226d..bcb81ba87c 100644 --- a/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java +++ b/asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java @@ -1927,6 +1927,7 @@ public class ToscaResourceInstaller { vnfcCustomization .setDescription(testNull(metadata.getValue(SdcPropertyNames.PROPERTY_NAME_DESCRIPTION))); vnfcCustomization.setResourceInput(getVnfcResourceInput(vfcEntity, inputList)); + vnfcCustomization.setVnfcInstanceGroupCustomization(vfcInstanceGroupCustom); List<VnfcCustomization> vnfcCustomizations = vfcInstanceGroupCustom.getVnfcCustomizations(); if (vnfcCustomizations == null) { |