diff options
author | Jim Hahn <jrh3@att.com> | 2020-04-20 08:41:34 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-04-20 08:41:34 -0400 |
commit | 3dde9f0b68fae53c14f8fe89e58022381f1f17e0 (patch) | |
tree | 88cb5d7a323061fbc258374e2138c2c45adecb66 /controlloop/common/feature-controlloop-management/src | |
parent | 95296891998ca84e3f1bc995c1553d87c8d70c2d (diff) |
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 <jrh3@att.com>
Change-Id: I58966faf9eb9900123a085bf8093050440c15170
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 1 |
1 files changed, 1 insertions, 0 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 9359dad4f..ea9569a85 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 @@ -39,6 +39,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 |