diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-12-01 16:38:35 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-12-01 17:59:27 -0600 |
commit | 163fe0a86c55877695bed9b685d41759a087daf2 (patch) | |
tree | d71c03ee9e7ee4a8ff55063f6800bda063d7bd31 /feature-lifecycle/src/main/feature/config | |
parent | 8b19157cd2161064fa27bd729e15d274f6147af7 (diff) |
block status operations until controllers ready
manual port of https://gerrit.onap.org/r/c/policy/drools-pdp/+/111665
Issue-ID: POLICY-2901
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ib8c265228385901fc7e65cefabd612e990c20f2f
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'feature-lifecycle/src/main/feature/config')
-rw-r--r-- | feature-lifecycle/src/main/feature/config/feature-lifecycle.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/feature-lifecycle/src/main/feature/config/feature-lifecycle.properties b/feature-lifecycle/src/main/feature/config/feature-lifecycle.properties index 076da1f9..b495664d 100644 --- a/feature-lifecycle/src/main/feature/config/feature-lifecycle.properties +++ b/feature-lifecycle/src/main/feature/config/feature-lifecycle.properties @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,6 +18,9 @@ lifecycle.pdp.group=${envd:POLICY_PDP_PAP_GROUP:defaultGroup} +# Mandatory policy types that this PDP-D must support at a minimum +lifecycle.pdp.policytypes=${envd:POLICY_PDP_PAP_POLICYTYPES} + dmaap.source.topics=POLICY-PDP-PAP dmaap.sink.topics=POLICY-PDP-PAP |