diff options
author | Marco Platania <platania@research.att.com> | 2017-08-08 12:25:16 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-08 12:25:16 -0400 |
commit | 5f2d77cb507f41057a5c77b63785e9fec940ac68 (patch) | |
tree | cb26530f9036c28f7afdde2dea1b384e5d6fa8e1 /boot/mso_install.sh | |
parent | 4e560cd743de2cb8d6e302454e9d3f0aefec10c0 (diff) |
Rename MSO repo to SO in MSO install script
Change-Id: Ied2118c74e055a641df58d51185155d1b6669b3f
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/mso_install.sh')
-rw-r--r-- | boot/mso_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mso_install.sh b/boot/mso_install.sh index 6d6e2aa2..e7d47dfd 100644 --- a/boot/mso_install.sh +++ b/boot/mso_install.sh @@ -92,7 +92,7 @@ resolvconf -u # Clone Gerrit repository cd /opt -git clone -b $GERRIT_BRANCH --single-branch http://gerrit.onap.org/r/mso/docker-config.git test_lab +git clone -b $GERRIT_BRANCH --single-branch http://gerrit.onap.org/r/so/docker-config.git test_lab MSO_ENCRYPTION_KEY=$(cat /opt/test_lab/encryption.key) echo -n "$OPENSTACK_API_KEY" | openssl aes-128-ecb -e -K $MSO_ENCRYPTION_KEY -nosalt | xxd -c 256 -p > /opt/config/api_key.txt |