diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-05-05 12:45:33 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-05-10 06:40:40 +0000 |
commit | 8e27d0fcbdf46eb2b15e0b3856a8e485a83079d4 (patch) | |
tree | 0cbc5632254001b833b9453555c0a13c28e6bb63 /catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates | |
parent | 212bd7fc47b17d954f917b66dfb9f295c99e7f12 (diff) |
Allow any extension to WORKFLOW artifact type
Allow any extension to WORKFLOW artifact as it was before
the artifact type configuration change SDC-2754.
Change-Id: I6c497cd83e36fe4df0cc800b9301010c22aa79f7
Issue-ID: SDC-3019
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates')
-rw-r--r-- | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 6337973bba..a86378e9e0 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -231,8 +231,6 @@ artifacts: - CVFC - PNF acceptedTypes: - - xml - - bpmn - type: HEAT categories: - DEPLOYMENT |