From 0e78f8e7cfd6706cc39964c836381d6a755ac586 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 31 May 2018 16:56:22 +0800 Subject: [PATCH] Disable config for VoLTE resource sequence Disable config for VoLTE resoruce sequence should be enabled by the user to use customized resource sequencing. Issue-ID: SO-422 Change-Id: I44b4e4651f535f3e00b78d45c90d984e86f61cd0 Signed-off-by: subhash kumar singh --- .../mso-api-handler-infra-config/mso.apihandler-infra.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties index 4b33c71..bd8b07a 100644 --- a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties +++ b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties @@ -17,4 +17,7 @@ network.v3.ApiAllowableActions=<%= @var["network.v3.ApiAllowableActions"] %> volume.v1.ApiAllowableActions=<%= @var["volume.v1.ApiAllowableActions"] %> volume.v2.ApiAllowableActions=<%= @var["volume.v2.ApiAllowableActions"] %> volume.v3.ApiAllowableActions=<%= @var["volume.v3.ApiAllowableActions"] %> -mso.workflow.custom.VolTE.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %> + +# enable resource sequence by defining config "mso.workflow.custom..resource.sequence=<, separated values>" +# following config should be enabled for VolTE E2E service. +# mso.workflow.custom.r1_volte_e2e_service.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %> -- 2.16.6