diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-07-21 15:57:24 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-07-23 09:32:47 +0100 |
commit | 4f3d63e2a88aa7253113aac0dac1f5041b9fc9ff (patch) | |
tree | 47396deb6cb677bd8d2b617d14d6414b89cf8945 /runtime-controlloop/src/main/resources | |
parent | 096c230515b1dc2f773e8742725c9e78444ee4f3 (diff) |
Remove ParticipantStateChange message
ParticipantStateChange message is no longer needed, as Runtime is not
allowed to change the state of the participant.
Following Wiki doesnot list ParticipantStateChange message
https://wiki.onap.org/display/DW/The+CLAMP+Control+Loop+Participant+Protocol
Issue-ID: POLICY-3510
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I06382efa52b1131394518c85d7bc6ce50dd2bbb5
Diffstat (limited to 'runtime-controlloop/src/main/resources')
-rw-r--r-- | runtime-controlloop/src/main/resources/application.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime-controlloop/src/main/resources/application.yaml b/runtime-controlloop/src/main/resources/application.yaml index 3bc2749ed..01466abf6 100644 --- a/runtime-controlloop/src/main/resources/application.yaml +++ b/runtime-controlloop/src/main/resources/application.yaml @@ -20,7 +20,6 @@ server: runtime: supervisionScannerIntervalSec: 1000 - participantStateChangeIntervalSec: 1000 participantClUpdateIntervalSec: 1000 participantClStateChangeIntervalSec: 1000 participantParameters: |