diff options
author | ikram <ikram@research.att.com> | 2020-07-12 22:15:48 -0400 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-07-20 06:37:19 +0000 |
commit | c8b60b0f9ec5c489df74d34c865446df0ba68c08 (patch) | |
tree | 5e86b0319b16e07c0f2fb48b8a32321eac76c48e | |
parent | 9ba0b8ccfa546a2fd76e0fc2ff68a748abe64848 (diff) |
Document flag FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG
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
-rw-r--r-- | features.properties.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/features.properties.md b/features.properties.md index ec9e2f8cf..cadf14e3c 100644 --- a/features.properties.md +++ b/features.properties.md @@ -294,3 +294,15 @@ 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. + + + + + |