From 3365431059e2de5977dae447f34a2d42dd2b039b Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Tue, 17 Apr 2018 16:22:45 -0400 Subject: policy-handler to accept CLAMP policy-updates - change application_config of policy-handler to have CLAMP as a valid scope_prefix scope_prefixes : ["DCAE.Config_", "CLAMP"] Change-Id: Id7bc00d5e5272d22c3d588024dc44a0200599db6 Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-449 --- etc_upload/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc_upload/config.json b/etc_upload/config.json index 1350b37..aae8e84 100644 --- a/etc_upload/config.json +++ b/etc_upload/config.json @@ -3,7 +3,7 @@ "system" : "policy_handler", "thread_pool_size" : 4, "pool_connections" : 20, - "scope_prefixes" : ["DCAE_alex.Config_", "DCAE.Config_"], + "scope_prefixes" : ["DCAE.Config_", "CLAMP"], "policy_retry_count" : 5, "policy_retry_sleep" : 5, "catch_up" : { -- cgit 1.2.3-korg