diff options
author | Alex Shatov <alexs@att.com> | 2018-03-22 15:54:33 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-03-22 15:54:33 -0400 |
commit | bc8173227daf39614543914efca5463c99623012 (patch) | |
tree | eabf55532d40c2381204444fe8ae4ece896a7300 | |
parent | 230d6b64f8513992d89b2c460bacfc4f3fe30488 (diff) |
blueprint for 2.4.1 policy-handler
Change-Id: Ib4cc3ce1e86f849bf2bb965afab104d8406253ef
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-389
-rw-r--r-- | blueprints/policy_handler.yaml-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template index f066108..2f74251 100644 --- a/blueprints/policy_handler.yaml-template +++ b/blueprints/policy_handler.yaml-template @@ -39,7 +39,7 @@ inputs: policy_handler_image: description: Docker image for policy_handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.1' application_config: description: policy handler application configuration - requires info on policy-engine |