aboutsummaryrefslogtreecommitdiffstats
path: root/features.properties.md
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2019-11-21 12:01:58 +0200
committerEylon Malin <eylon.malin@intl.att.com>2019-11-25 15:30:52 +0200
commitcbe6877e50b69370170bea4057bb8d5baf42946e (patch)
treed68c31c9ecd55a371944fe08e5c45025c9dca9ef /features.properties.md
parentc1777f478aa421c35667a99fd2199569bc9e4a8a (diff)
identify macro services without instantiation type in BE by feature flag
Issue-ID: VID-705 Change-Id: Ia618f91133cdecbd35eac4346496a6ff38a3753e Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Diffstat (limited to 'features.properties.md')
-rw-r--r--features.properties.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/features.properties.md b/features.properties.md
index 1f9feccf7..45d5922c7 100644
--- a/features.properties.md
+++ b/features.properties.md
@@ -183,4 +183,8 @@
Any a-la-carte new service deployment will be open in modern UI, besides excluded services : Port mirroring, VLAN Tagging
* FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS
- When flag is true the new popup will be opened with additional options to perform on VFM. \ No newline at end of file
+ When flag is true the new popup will be opened with additional options to perform on VFM.
+
+* FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND,
+ When flag is true, VID use macro_services_by_invariant_uuid.json file to identify if csar without instantiation type is macro service.
+ Otherwise, MACRO_SERVICES list in vidConfiguration.js is used to identify if it's a macro service (in ng1 code)