Document flag FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG 11/110111/3
authorikram <ikram@research.att.com>
Mon, 13 Jul 2020 02:15:48 +0000 (22:15 -0400)
committerIttay Stern <ittay.stern@att.com>
Mon, 20 Jul 2020 06:37:19 +0000 (06:37 +0000)
Issue-ID: VID-859

Documenting flagĀ FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG which was designed to improve queries performance on change management screens while interacting with SO.

Signed-off-by: ikram <ikram@research.att.com>
Change-Id: Ibe7cd5eca22ad54446ae5c4d9c97eb91fdd8cb3d

features.properties.md

index ec9e2f8..cadf14e 100644 (file)
 
   When toggled on, Change Management flows are submitted directly to SO. When toggled off, VID will use Scheduler.
 
+* FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG
+  
+  When toggled on. VID will to use an AAI custom-query vnfs-fromServiceInstance-filter to populate VNFs list while 
+  instantiating new Change-Management workflows. This query is faster, but lacks vfmodules information.
+
+  When toggled off, VID will use AAI custom-query vnf-topology-fromServiceInstance for the same purpose. This query
+  includes also vfModule information. The vfModules data is required when instantiating Scale-Out workflows.
+
+
+
+
+