diff options
author | Kruthi Bhat <krutbhat@att.com> | 2020-11-23 23:31:56 +0530 |
---|---|---|
committer | Ikram Ikramullah <ikram@research.att.com> | 2020-11-25 22:40:59 +0000 |
commit | 3e558222d300ff70ff490914cc2245cf2a59e72a (patch) | |
tree | bd95cf9eebb9dc28ac64a4d31066f2e212265244 /vid-app-common | |
parent | e139ae6a162a7882d6d40203287a3e906a42564c (diff) |
Prevent upgrade for base vf module with add on
Change-Id: Ie8139056ae560f734f2ae70d6a2ddb97f4c2dfaa
Issue-ID: VID-925
Signed-off-by: krutbhat@att.com
Diffstat (limited to 'vid-app-common')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 3 |
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); |