diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-05-06 00:35:56 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-05-06 14:06:16 +0300 |
commit | a88abcb68afd396d9317e6a0768f7870bda9535d (patch) | |
tree | b1c818cfe373a24477b187eabc05b29c5cf7bca6 /vid-app-common/src/main/java/org | |
parent | 03e4ae0e29eff5bbcc65020f383762af9e3fd5cc (diff) |
Disable Scheduler by feature toggle FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO
Issue-ID: VID-174
Change-Id: I8693021ed952e9ff250cf72360db43f0741af9b4
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java index c8c4c73e3..63aac31a7 100644 --- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java +++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java @@ -97,6 +97,7 @@ public enum Features implements Feature { FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER, FLAG_2006_PAUSE_VFMODULE_INSTANTIATION_CREATION, FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD, + FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO, ; |