From: Arthur Martella Date: Fri, 18 May 2018 18:42:36 +0000 (-0400) Subject: Add default cloud owner ID prop X-Git-Tag: 2.0.0-ONAP~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9bbc190581125a1f6e67449ad33812981115fdf3;p=so%2Fso-config.git Add default cloud owner ID prop Change-Id: Ida6a2fb96bd9f832ce5049aba6bb67a835515c78 Issue-ID: INT-475 Signed-off-by: Arthur Martella --- diff --git a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties index 0b4eb3d..3e1c7bc 100644 --- a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties +++ b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties @@ -167,3 +167,4 @@ appc.client.key=<%= @var["appcClientKey"] %> appc.client.secret=<%= @var["appcClientSecret"] %> appc.client.service=<%= @var["appcClientService"] %> sdnc.si.svc.types=<%= @var["sdncSiSvcTypes"] %> +mso.default.cloud.owner.id=<%= @var["msoDefaultCloudOwnerId"] %>