diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-03-16 12:15:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-16 12:15:43 +0000 |
commit | c6a10602784a8b98bd14554855ae7443ca3db324 (patch) | |
tree | 0ec5a4d060dca7a2ad47eec736f98a7e8edfab78 | |
parent | 8e72f27f26dd9346f55e57e870c323923e9d5241 (diff) | |
parent | c52b095395a8e32edfd9e9d111abcd15a678056b (diff) |
Merge "Closed loop operation guarantee for ccvpn"
-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 |