From fee0f29212b10c940ec4b19fc8f4794d06964eee Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 18 Feb 2021 13:13:50 +0000 Subject: Implement Attributes/Outputs BE (part 1) This commit includes support for: - import VFC with attributes - add VFC to VF/Service - show attributes in VF/Service Change-Id: I2cda966ab878ae7aee4bcfecf266c5c251c91164 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3448 Signed-off-by: JulienBe --- .../sdc/asdctool/migration/tasks/mig1806/ForwardPathMigration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asdctool/src') diff --git a/asdctool/src/main/java/org/openecomp/sdc/asdctool/migration/tasks/mig1806/ForwardPathMigration.java b/asdctool/src/main/java/org/openecomp/sdc/asdctool/migration/tasks/mig1806/ForwardPathMigration.java index f0f59c4450..8796517c6e 100644 --- a/asdctool/src/main/java/org/openecomp/sdc/asdctool/migration/tasks/mig1806/ForwardPathMigration.java +++ b/asdctool/src/main/java/org/openecomp/sdc/asdctool/migration/tasks/mig1806/ForwardPathMigration.java @@ -122,7 +122,7 @@ public class ForwardPathMigration implements Migration { componentParametersView.setIgnoreComponentInstances(false); componentParametersView.setIgnoreCapabilities(false); componentParametersView.setIgnoreRequirements(false); - componentParametersView.setIgnoreForwardingPath(false); + componentParametersView.setIgnoreServicePath(false); Either toscaElement = toscaOperationFacade .getToscaElement(container.getUniqueId(), componentParametersView); if (toscaElement.isRight()) { -- cgit 1.2.3-korg