From d1ed0a9ba6ffea4006fadf3847495563d11dc12e Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 21 Apr 2021 16:28:33 +0200 Subject: ToscaFileSelector The UI code that manages the tosca file selector that will be sent to clamp be + fix Rest Camel endpoint that always want ot convert http body to JSON (due to Camel upgrade) Issue-ID: POLICY-3229 Signed-off-by: sebdet Change-Id: I6148276d4c527f29db904a76655055c19d4e2023 --- src/main/resources/clds/camel/routes/policy-flows.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/clds/camel/routes') diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index 19092bfac..01862692c 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -624,6 +624,9 @@ POST + + application/yaml + ${exchangeProperty[X-ONAP-RequestID]} -- cgit 1.2.3-korg