From 41768c1ab468235e7c8b46faa83df26b41c66647 Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Wed, 5 Feb 2020 13:32:27 +0200 Subject: create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF Issue-ID: VID-758 Signed-off-by: Alexey Sandler Change-Id: I149df1c6b1245542a6083c8cdec7ea3bbb50e933 Signed-off-by: Alexey Sandler --- vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/main') 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, ; -- cgit 1.2.3-korg