diff options
author | Liam Fallon <liam.fallon@est.tech> | 2020-06-12 14:14:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-12 14:14:09 +0000 |
commit | e047d003f4e0e4fba27ee59b4ccf46355c555fbc (patch) | |
tree | 22fbf7595c0d7e32afd1d57afd63384240f9883d /controlloop/common/controller-frankfurt | |
parent | 20a1fa1609834ead24608e16fdfb85504a5b97d8 (diff) | |
parent | 68322db4ff9d41c32eb9af02e84b9a703f1c8ac0 (diff) |
Merge "Remove deprecated properties for CDS and VFC"
Diffstat (limited to 'controlloop/common/controller-frankfurt')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties index a54f5e0b0..b55d16c1b 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties @@ -58,13 +58,6 @@ actor.service.CDS.operations.any.username=grpc-username actor.service.CDS.operations.any.password=grpc-password actor.service.CDS.operations.any.timeout=10 -# these will be deleted once the actor change has been merged -actor.service.CDS.any.host=localhost -actor.service.CDS.any.port=7878 -actor.service.CDS.any.username=grpc-username -actor.service.CDS.any.password=grpc-password -actor.service.CDS.any.timeout=10 - actor.service.SDNC.clientName=SDNC actor.service.SDNC.operations.BandwidthOnDemand.path=\ GENERIC-RESOURCE-API:vf-module-topology-operation @@ -88,11 +81,3 @@ actor.service.VFC.operations.Restart.maxGets=20 actor.service.VFC.operations.Restart.waitSecGet=20 actor.service.VFC.operations.Restart.path=ns actor.service.VFC.operations.Restart.timeoutSec=60 - -# these will be deleted once the actor change has been merged -actor.service.VFC.Restart.clientName=VFC -actor.service.VFC.Restart.pathGet=jobs -actor.service.VFC.Restart.maxGets=20 -actor.service.VFC.Restart.waitSecGet=20 -actor.service.VFC.Restart.path=ns -actor.service.VFC.Restart.timeoutSec=60 |