From: Marco Platania Date: Mon, 4 Jun 2018 18:29:30 +0000 (-0400) Subject: Set SO cloud owner in init script X-Git-Tag: v1.2.1~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=e7286a33fd68188c1a58e2262d942f97ff4bd65e Set SO cloud owner in init script Change-Id: Ia47d4cc3a58669c64ad9641c98b49c4721bc8560 Issue-ID: SO-663 Signed-off-by: Marco Platania --- diff --git a/boot/so_vm_init.sh b/boot/so_vm_init.sh index 9cfba5ea..58ee9921 100644 --- a/boot/so_vm_init.sh +++ b/boot/so_vm_init.sh @@ -88,7 +88,10 @@ read -d '' MSO_CONFIG_UPDATES <<-EOF } ] - } + }, + "mso-bpmn-urn-config": { + "msoDefaultCloudOwnerId": "CloudOwner" + } } } EOF