aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-04-17 16:22:45 -0400
committerAlex Shatov <alexs@att.com>2018-04-17 16:23:24 -0400
commit3365431059e2de5977dae447f34a2d42dd2b039b (patch)
tree766b38ea4270d611101105eb1c8b1c6d56a0df5f
parent30a81ab039392ef36224ee64c7ead25e8e30dd9f (diff)
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 <alexs@att.com> Issue-ID: DCAEGEN2-449
-rw-r--r--etc_upload/config.json2
1 files changed, 1 insertions, 1 deletions
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" : {