diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-06-07 15:46:02 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-06-07 15:46:02 +0200 |
commit | ea19562bb90690253f6b7d908b1e1cccef3745a7 (patch) | |
tree | 194e553f743b34589253a8d65d29e4628ed65be8 /src | |
parent | afe597ed81e75b6b458e5cf9097dc456680ccc05 (diff) |
Add delay for submit action4.0.5
Add a delay between last policy creation and pdp policies deployment
Issue-ID: CLAMP-408
Change-Id: If955fa291394f30c48c3f5d4ac612b804c5bb920
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/clds/camel/rest/clamp-api-v2.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/clds/camel/rest/clamp-api-v2.xml b/src/main/resources/clds/camel/rest/clamp-api-v2.xml index 94b322fa..06342c5b 100644 --- a/src/main/resources/clds/camel/rest/clamp-api-v2.xml +++ b/src/main/resources/clds/camel/rest/clamp-api-v2.xml @@ -483,6 +483,10 @@ </split> </split> + <delay> + <constant>3000</constant> + </delay> + <to uri="direct:add-all-to-active-pdp-group" /> <log |