diff options
author | Jim Hahn <jrh3@att.com> | 2020-08-28 15:44:11 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-08-28 15:47:07 -0400 |
commit | 1c5cb8a0d740ccd92d2b3fdce8eb192cd20b147f (patch) | |
tree | 5b714401a8e35848f85a56bfa64ff47efca260a0 /controlloop/common/feature-controlloop-management/src/main/feature/config | |
parent | c75e28d1c1221c37ea4fd1feed9d38c75334f4db (diff) |
Tweaks to drools-apps for new usecases controller
Made the following updates:
- modified feature-controlloop-utils to pull from the usecases
controller instead of the frankfurt controller
- modified ONAPInstance in the xacml-pdp Decision request
- log Step2 property changes as info() instead of error()
- log Lock acquisition as info() instead of warn()
Issue-ID: POLICY-2748
Change-Id: I6b4b5877bbd6731acb761d09d0f0dec85561b163
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index b10b8970e..9b28e664c 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -34,7 +34,7 @@ actor.service.GUARD.disabled=${envd:GUARD_DISABLED:false} actor.service.GUARD.clientName=GUARD actor.service.GUARD.onapName=Policy actor.service.GUARD.onapComponent=Drools PDP -actor.service.GUARD.onapInstance=Frankfurt +actor.service.GUARD.onapInstance=Usecases actor.service.GUARD.operations.Decision.path=decision actor.service.AAI.clientName=AAI |