From 82ac366390c35e7cf0014d08fc7f5474e14f3e0b Mon Sep 17 00:00:00 2001 From: Vodafone Date: Wed, 20 Mar 2019 20:51:18 +0530 Subject: Support for SO to ExtAPI Change-Id: I6c5a1395200d6249d7b1c696f435d6cbf95e7b15 Issue-ID: SO-1421 Co-authored-by: gopal.sabhadiya@vodafone.com Signed-off-by: Vodafone --- .../default/mso-api-handler-infra-config/mso.apihandler-infra.properties | 1 + 1 file changed, 1 insertion(+) 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 bd8b07a..bf356ec 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 @@ -6,6 +6,7 @@ camundaAuth=<%= @var["camundaAuth"] %> aai.endpoint=<%= @var["aaiEndpoint"] %> aai.auth=<%= @var["aaiAuth"] %> mso.msoKey=<%= @var["msoKey"] %> +extapi.endpoint=<%= @var["extApiEndpoint"] %> # controls what actions the infra API (APIH) allows sent in on REST request vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %> -- cgit 1.2.3-korg