aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-31 16:56:22 +0800
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-31 17:59:35 +0800
commit0e78f8e7cfd6706cc39964c836381d6a755ac586 (patch)
tree665420d44cecece25509859e9c0ab5991c583777
parent9bbc190581125a1f6e67449ad33812981115fdf3 (diff)
Disable config for VoLTE resource sequencecontainer_test
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>
-rw-r--r--templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties5
1 files changed, 4 insertions, 1 deletions
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.<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"] %>