diff options
author | zhaoyh6 <zhaoyh6@asiainfo.com> | 2022-03-01 15:05:36 +0800 |
---|---|---|
committer | zhao yehua <zhaoyh6@asiainfo.com> | 2022-03-14 06:10:33 +0000 |
commit | c52b095395a8e32edfd9e9d111abcd15a678056b (patch) | |
tree | d4ac3a49bdcee158602cdfe14582653392b41ee7 | |
parent | 1ce041490b2b4aafb700c905b23d17037e42f153 (diff) |
Closed loop operation guarantee for ccvpn
Issue-ID: REQ-1074
Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com>
Change-Id: I76e3a1febb6665a34785d883bd16386807b716e5
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 2 |
1 files changed, 2 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 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 |