diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-05 13:15:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-05 13:15:30 +0000 |
commit | b4b88310c73f9faa15bbe8ad0ed6213660f6f52c (patch) | |
tree | 5ae70a71d3a200611da1f44901545f5be7fa1900 /vid-app-common | |
parent | 4fe55a9f53c156fd8f2103ea6ec81a4652d98d19 (diff) | |
parent | 41768c1ab468235e7c8b46faa83df26b41c66647 (diff) |
Merge "create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF"
Diffstat (limited to 'vid-app-common')
-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 27190466d..cc3fad65e 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 @@ -86,6 +86,7 @@ public enum Features implements Feature { FLAG_2002_UNLIMITED_MAX, FLAG_MORE_AUDIT_INFO_LINK_ON_AUDIT_INFO, FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY, + FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF, ; |