From f9b17a1d3cbe0e6b3669004ad2d3e6968ae4c8f3 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 11 Oct 2017 10:08:44 +0300 Subject: Add PLAN type to configuration.yaml Added valid resource types for PLAN artifact type Change-Id: I17e54c014ff7f400bbbf490acee5af2e9b94a50b Issue-Id: SDC-420 Signed-off-by: Idan Amit --- catalog-be/src/main/resources/config/configuration.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'catalog-be') diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index eb26c8a34f..2ae2cccb77 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -328,6 +328,9 @@ serviceDeploymentArtifacts: PLAN: acceptedTypes: - xml + validForResourceTypes: + - VF + - VFC resourceDeploymentArtifacts: HEAT: -- cgit