Update git repo url to opendev

Change-Id: I2bd3fc3d86333cc6cba78f0f7003e310e8005a88
This commit is contained in:
Xingjian Zhang 2023-02-27 09:10:33 +00:00
parent 8b300b8c44
commit 8fbf1740fe
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ function git_timed {
done
}
URL=${1:-https://git.openstack.org/openstack-dev/devstack}
URL=${1:-https://opendev.org/openstack/devstack}
BRANCH=${2:-master}
LOCAL=${3:-/home/stack/devstack}

View File

@ -10,7 +10,7 @@ class devstack(
if $devstack_git {
$source = $devstack_git
} else {
$source = 'https://git.openstack.org/openstack-dev/devstack'
$source = 'https://opendev.org/openstack/devstack'
}
if $devstack_branch {

View File

@ -10,7 +10,7 @@ class grenade(
if $grenade_git {
$source = $grenade_git
} else {
$source = 'https://git.openstack.org/openstack-dev/grenade'
$source = 'https://opendev.org/openstack/grenade'
}
if $grenade_branch {