From 5f2d77cb507f41057a5c77b63785e9fec940ac68 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 8 Aug 2017 12:25:16 -0400 Subject: [PATCH] Rename MSO repo to SO in MSO install script Change-Id: Ied2118c74e055a641df58d51185155d1b6669b3f Signed-off-by: Marco Platania --- boot/mso_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6