aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVodafone <onap@vodafone.com>2019-03-20 20:51:18 +0530
committerVodafone <onap@vodafone.com>2019-03-20 20:51:18 +0530
commit82ac366390c35e7cf0014d08fc7f5474e14f3e0b (patch)
treebeb45e422b5c8993d754d5c2fad407e744800c01
parent19c47245d19757da4c4890620b8933782d11e87b (diff)
Support for SO to ExtAPIHEADmasterdublin
Change-Id: I6c5a1395200d6249d7b1c696f435d6cbf95e7b15 Issue-ID: SO-1421 Co-authored-by: gopal.sabhadiya@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
-rw-r--r--templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties1
1 files changed, 1 insertions, 0 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 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"] %>