Update git repo url to opendev
Change-Id: I2bd3fc3d86333cc6cba78f0f7003e310e8005a88
This commit is contained in:
parent
8b300b8c44
commit
8fbf1740fe
@ -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}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user