aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/docker
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-09-18 19:56:25 +0100
committerMichael Morris <michael.morris@est.tech>2023-09-20 09:03:02 +0000
commit11ffaa62b28c517e2eb3b765ab6ec54f18f1ef6a (patch)
tree1dbda68fd3a628c81f4d3f57210b30d2b5a15cb4 /catalog-be/src/main/docker
parent04980c989a22d7a16bf1a5afc7908587f2266ee8 (diff)
Fix 'Order of TOSCA.meta field is hardcoded'-bug
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ie69bc1b1d1119f64a399ffda45c69169de94d1a2 Issue-ID: SDC-4627
Diffstat (limited to 'catalog-be/src/main/docker')
-rw-r--r--catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml2
1 files changed, 1 insertions, 1 deletions
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------------------------------