Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I2cd4e71d53e37345da36f5f77efa7b506b74297b
This commit is contained in:
jacky06
2019-04-23 13:04:43 +08:00
parent 29abfb3cb8
commit 8cf8db2fa2
5 changed files with 7 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ for module in $MODULES; do
git pull
popd > /dev/null
elif ! [ -d $module ]; then
git clone https://git.openstack.org/openstack/puppet-$module $module
git clone https://opendev.org/openstack/puppet-$module $module
else
echo "$module already exists and will not be updated"
fi