diff options
author | Arthur Martella <am153x@att.com> | 2018-05-18 14:42:36 -0400 |
---|---|---|
committer | Arthur Martella <am153x@att.com> | 2018-05-18 14:42:36 -0400 |
commit | 9bbc190581125a1f6e67449ad33812981115fdf3 (patch) | |
tree | dfe90f40118bd18bde01c4a79d8252cc6f42513d | |
parent | 38a520fcc6351dd3780ec8fd986ae9306717e85e (diff) |
Add default cloud owner ID prop
Change-Id: Ida6a2fb96bd9f832ce5049aba6bb67a835515c78
Issue-ID: INT-475
Signed-off-by: Arthur Martella <am153x@att.com>
-rw-r--r-- | templates/default/mso-bpmn-config/mso.bpmn.urn.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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"] %> |