From 7d00fbcf3d4536e310f689eb1c267ff6e210b2c1 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 30 Sep 2020 17:35:17 -0400 Subject: Remove cds actor timeout During testing we found that cds actor is picking up the timeout from policy configuration. As discussed, adding a comment for now and we will remove it in next release alog with related code. Issue-ID: POLICY-2843 Change-Id: I63b589bea344ad7f33e6fc0d34f0ab331411146b Signed-off-by: Ram Krishna Verma --- .../src/main/feature/config/controlloop.properties.environment | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment index 78e74c6c2..9993e63a1 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/controlloop.properties.environment @@ -3,7 +3,7 @@ # ONAP # ================================================================================ # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright (C) 2019 Bell Canada. +# Modifications Copyright (C) 2019-2020 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,4 +55,6 @@ cds.grpcHost=${envd:CDS_GRPC_HOST} cds.grpcPort=${envd:CDS_GRPC_PORT} cds.grpcUsername=${envd:CDS_GRPC_USERNAME} cds.grpcPassword=${envd:CDS_GRPC_PASSWORD} +# The timeout defined in policy will take preference over the one below always. +# This timeout will be removed in Honolulu along with related code. cds.grpcTimeout=10 -- cgit 1.2.3-korg