From 11ffaa62b28c517e2eb3b765ab6ec54f18f1ef6a Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 18 Sep 2023 19:56:25 +0100 Subject: Fix 'Order of TOSCA.meta field is hardcoded'-bug Signed-off-by: Vasyl Razinkov Change-Id: Ie69bc1b1d1119f64a399ffda45c69169de94d1a2 Issue-ID: SDC-4627 --- .../cookbooks/sdc-catalog-be/files/default/error-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-be/src/main/docker/backend/chef-repo/cookbooks') diff --git a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml index 4d26e08831..1b4a9b1224 100644 --- a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml +++ b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml @@ -1327,7 +1327,7 @@ errors: # %1 - csar file name CSAR_INVALID_FORMAT: { code: 400, - message: "Error: TOSCA CSAR '%1' is invalid. Invalid 'TOSCA-Metadata/Tosca.meta' file format.", + message: "Error: TOSCA CSAR '%1' is invalid. Invalid 'TOSCA-Metadata/Tosca.meta' file format.\n%2", messageId: "SVC4605" } #---------SVC4606------------------------------ -- cgit 1.2.3-korg