From 0f30b5b0aad2bfed9f30ff28fb5312b7838825de Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Mon, 28 Feb 2022 15:09:00 +0000 Subject: Rename ControlLoop to AutomationComposition This commit is to keep ControlLoop nomenclature in SDC aligned to changes in https://jira.onap.org/browse/POLICY-3938 where "Control Loop" is renamed as "Automation Composition" Issue-ID: SDC-3891 Signed-off-by: Sirisha_Manchikanti Change-Id: I8be013e564b780e9196c116d31b5c4c4d4b72662 --- asdctool/src/main/resources/config/configuration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asdctool/src/main/resources/config/configuration.yaml') diff --git a/asdctool/src/main/resources/config/configuration.yaml b/asdctool/src/main/resources/config/configuration.yaml index 4e0e4128b4..871289c220 100644 --- a/asdctool/src/main/resources/config/configuration.yaml +++ b/asdctool/src/main/resources/config/configuration.yaml @@ -209,8 +209,8 @@ informationalServiceArtifacts: summaryOfImpactsToECOMPElements: displayName: Summary of impacts to ECOMP elements,OSSs, BSSs type: OTHER - controlLoopFunctions: - displayName: Control Loop Functions + automationCompositionFunctions: + displayName: Automation Composition Functions type: OTHER dimensioningInfo: displayName: Dimensioning Info @@ -415,4 +415,4 @@ dmaapProducerConfiguration: timeLimitForNotificationHandleMs: 120000 credential: username: m09875@sdc.att.com - password: hmXYcznAljMSisdy8zgcag== \ No newline at end of file + password: hmXYcznAljMSisdy8zgcag== -- cgit 1.2.3-korg