Disable config for VoLTE resource sequence 27/49727/1 container_test
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 31 May 2018 08:56:22 +0000 (16:56 +0800)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 31 May 2018 09:59:35 +0000 (17:59 +0800)
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 <subhash.kumar.singh@huawei.com>
templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties

index 4b33c71..bd8b07a 100644 (file)
@@ -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.<model-name>.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"] %>