diff options
author | Marco Platania <platania@research.att.com> | 2018-06-04 14:29:30 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-06-04 14:29:30 -0400 |
commit | e7286a33fd68188c1a58e2262d942f97ff4bd65e (patch) | |
tree | 2fcdcadd24013654b4f9712fd9397f27c7eeb40e | |
parent | cebe535d3cbbb16e26f0271b5fb63e0837aaff24 (diff) |
Set SO cloud owner in init script
Change-Id: Ia47d4cc3a58669c64ad9641c98b49c4721bc8560
Issue-ID: SO-663
Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r-- | boot/so_vm_init.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |