From e7286a33fd68188c1a58e2262d942f97ff4bd65e Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 4 Jun 2018 14:29:30 -0400 Subject: [PATCH] Set SO cloud owner in init script Change-Id: Ia47d4cc3a58669c64ad9641c98b49c4721bc8560 Issue-ID: SO-663 Signed-off-by: Marco Platania --- boot/so_vm_init.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.16.6