From 9bbc190581125a1f6e67449ad33812981115fdf3 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Fri, 18 May 2018 14:42:36 -0400 Subject: Add default cloud owner ID prop Change-Id: Ida6a2fb96bd9f832ce5049aba6bb67a835515c78 Issue-ID: INT-475 Signed-off-by: Arthur Martella --- templates/default/mso-bpmn-config/mso.bpmn.urn.properties | 1 + 1 file changed, 1 insertion(+) 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"] %> -- cgit 1.2.3-korg