aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java3
1 files changed, 2 insertions, 1 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 ffb7f43b3..48b0d69ee 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
@@ -104,7 +104,8 @@ public enum Features implements Feature {
FLAG_2008_REMOVE_PAUSE_INSTANTIATION,
FLAG_2008_PAUSE_VFMODULE_INSTANTIATION_FAILURE,
FLAG_2011_EXPORT_MSO_STATUS,
- FLAG_EXTENDED_MACRO_PNF_CONFIG;
+ FLAG_EXTENDED_MACRO_PNF_CONFIG,
+ FLAG_2012_UPGRADE_BASE_MODULE_FLAG;
public boolean isActive() {
return FeatureContext.getFeatureManager().isActive(this);