From d3027a41ce1fa76a1871cbfb87f065d8f9ab77e8 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 16 Mar 2020 17:21:59 -0700 Subject: Fix the policy synchro Fix the periodic policy synchro issue due to wrong format expected. Issue-ID: CLAMP-781 Signed-off-by: sebdet Change-Id: I97d1ac28b5427378b6c4a0fa67415cc728f46b87 --- src/main/resources/clds/camel/routes/policy-flows.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index 48e518da9..7b52f220d 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -138,7 +138,7 @@ + message="Endpoint to get all policy models: {{clamp.config.policy.api.url}}/policy/api/v1/policytypes"> @@ -172,7 +172,7 @@ + message="Endpoint to get policy model: {{clamp.config.policy.api.url}}/policy/api/v1/policytypes/${exchangeProperty[policyModelName]}/versions/${exchangeProperty[policyModelVersion]}"> -- cgit 1.2.3-korg