diff options
author | Jim Hahn <jrh3@att.com> | 2020-04-16 19:02:30 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-04-16 19:03:17 -0400 |
commit | 95296891998ca84e3f1bc995c1553d87c8d70c2d (patch) | |
tree | 0ead9b159f0a49b993b866b443ff7273f1ab6c49 /controlloop/common/feature-controlloop-management/src | |
parent | 285a25b09d599384051752d2c233461d0e07fc13 (diff) |
Change CDS operation name to generic "any"
Issue-ID: POLICY-2504
Change-Id: I4dec3dfd62fa230ad8f0de66c0d1b71e5393bcbd
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 10 |
1 files changed, 5 insertions, 5 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 5774a31a4..9359dad4f 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 @@ -52,11 +52,11 @@ actor.service.APPC.operations.Rebuild.placeholder= actor.service.APPC.operations.ModifyConfig.sinkTopic=APPC-CL actor.service.APPC.operations.ModifyConfig.sourceTopic=APPC-CL -actor.service.CDS.gRPC.host=${envd:CDS_GRPC_HOST:} -actor.service.CDS.gRPC.port=${envd:CDS_GRPC_PORT:} -actor.service.CDS.gRPC.username=${envd:CDS_GRPC_USERNAME:} -actor.service.CDS.gRPC.password=${envd:CDS_GRPC_PASSWORD:} -actor.service.CDS.gRPC.timeout=10 +actor.service.CDS.any.host=${envd:CDS_GRPC_HOST:} +actor.service.CDS.any.port=${envd:CDS_GRPC_PORT:} +actor.service.CDS.any.username=${envd:CDS_GRPC_USERNAME:} +actor.service.CDS.any.password=${envd:CDS_GRPC_PASSWORD:} +actor.service.CDS.any.timeout=10 actor.service.SDNC.clientName=SDNC actor.service.SDNC.operations.BandwidthOnDemand.path=\ |