Rename MSO repo to SO in MSO install script 03/7003/1
authorMarco Platania <platania@research.att.com>
Tue, 8 Aug 2017 16:25:16 +0000 (12:25 -0400)
committerMarco Platania <platania@research.att.com>
Tue, 8 Aug 2017 16:25:16 +0000 (12:25 -0400)
Change-Id: Ied2118c74e055a641df58d51185155d1b6669b3f
Signed-off-by: Marco Platania <platania@research.att.com>
boot/mso_install.sh

index 6d6e2aa..e7d47df 100644 (file)
@@ -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