aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-09-19 09:44:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-19 09:44:51 +0000
commit497e040b5569b0b0139a5cbc8115a63bc7f99244 (patch)
tree4e2a8c3a09bfb7d3a0bbbdc773c0e9ec702d8e4a /vid-app-common/src/main/java/org/onap/vid/properties/Features.java
parent421fd2a498707d5844e9a99eed039ddcb8b52e06 (diff)
parent804882648e0c7c4bc8016870017ec43a6156253c (diff)
Merge "Disable homing_solution"6.0.0
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/properties/Features.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java1
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 5ec0e253e..7384c97e2 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
@@ -74,6 +74,7 @@ public enum Features implements Feature {
FLAG_PNP_INSTANTIATION,
FLAG_HANDLE_SO_WORKFLOWS,
FLAG_CREATE_ERROR_REPORTS,
+ FLAG_DISABLE_HOMING,
FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG,
FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT,
FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH,