aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"] %>