From c52b095395a8e32edfd9e9d111abcd15a678056b Mon Sep 17 00:00:00 2001 From: zhaoyh6 Date: Tue, 1 Mar 2022 15:05:36 +0800 Subject: [PATCH] Closed loop operation guarantee for ccvpn Issue-ID: REQ-1074 Signed-off-by: zhaoyh6 Change-Id: I76e3a1febb6665a34785d883bd16386807b716e5 --- .../src/main/feature/config/event-manager.properties | 2 ++ 1 file changed, 2 insertions(+) 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 2f7f072b9..7886eccef 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 @@ -3,6 +3,7 @@ # ONAP # =============================================================================== # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2022 CTC, Inc. and others. # =============================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -77,6 +78,7 @@ actor.service.SO.pollWaitSec=20 actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7 actor.service.SO.operations.Modify\ NSSI.path=3gppservices/v7/modify +actor.service.SO.operations.ModifyCloudLeasedLine.path=infra/serviceIntent/v1/modify actor.service.VFC.clientName=VFC actor.service.VFC.pollPath=jobs -- 2.16.6