diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-02-05 13:32:27 +0200 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-02-05 12:07:30 +0000 |
commit | 41768c1ab468235e7c8b46faa83df26b41c66647 (patch) | |
tree | b04640a3d06290bcc61cfc777be4b0618e6cfbd5 /vid-app-common/src | |
parent | f84164f29eb0c314580f0c44de3d513d9e7b0e5a (diff) |
create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF
Issue-ID: VID-758
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I149df1c6b1245542a6083c8cdec7ea3bbb50e933
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-app-common/src')
-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, ; |