From 3dde9f0b68fae53c14f8fe89e58022381f1f17e0 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 20 Apr 2020 08:41:34 -0400 Subject: Add properties needed by A&AI PNF Operation Added properties needed by A&AI PNF Operation. Issue-ID: POLICY-2505 Signed-off-by: Jim Hahn Change-Id: I58966faf9eb9900123a085bf8093050440c15170 --- .../src/test/resources/config/event-manager.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'controlloop/common/controller-frankfurt/src/test/resources/config') 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 a978bc1a0..bd2797b16 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 @@ -38,6 +38,7 @@ actor.service.GUARD.operations.Decision.path=decision actor.service.AAI.clientName=AAI actor.service.AAI.operations.CustomQuery.path=aai/v16/query +actor.service.AAI.operations.Pnf.path=aai/v16/network/pnfs/pnf actor.service.AAI.operations.Tenant.path=aai/v16/search/nodes-query actor.service.APPC.sinkTopic=APPC-LCM-READ -- cgit 1.2.3-korg