diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-15 11:23:48 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-06-15 11:24:48 -0400 |
commit | 3e233fa9c1ebf28932fd0151670c7470cbc75471 (patch) | |
tree | a25b78dd119bbe9500af6423ee18a17c809159f0 /controlloop/common/feature-controlloop-management | |
parent | 586a5d357470e4ab7e22481c852dd1cd1ace352d (diff) |
Remove deprecated actor properties
Now that the actor change has been merged, the deprecated properties
can be removed from drools-apps. Done.
Issue-ID: POLICY-2632
Change-Id: If4dafc489c32da4dfccd6ebac97e8e7beac2454d
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 9 |
1 files changed, 0 insertions, 9 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 f1afd2509..b10b8970e 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 @@ -82,12 +82,3 @@ actor.service.VFC.maxPolls=20 actor.service.VFC.pollWaitSec=20 actor.service.VFC.operations.Restart.path=ns actor.service.VFC.operations.Restart.timeoutSec=60 - -# these can be deleted once the corresponding actor review is merged -actor.service.SO.pathGet=orchestrationRequests/v5/ -actor.service.SO.maxGets=20 -actor.service.SO.waitSecGet=20 -actor.service.VFC.operations.Restart.clientName=VFC -actor.service.VFC.operations.Restart.pathGet=jobs -actor.service.VFC.operations.Restart.maxGets=20 -actor.service.VFC.operations.Restart.waitSecGet=20 |