Use git.openstack.org everywhere

Our official git master is at git.openstack.org, update places
that use github instead.

Change-Id: I21deb1246c4d83c6c8baaeb4dc45d78f2157460a
This commit is contained in:
Andreas Jaeger 2015-12-30 12:34:08 +01:00
parent 262398f2c6
commit e15d17e0ed
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ function git_timed {
done
}
URL=${1:-https://github.com/openstack-dev/devstack}
URL=${1:-https://git.openstack.org/openstack-dev/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://github.com/openstack-dev/devstack'
$source = 'https://git.openstack.org/openstack-dev/devstack'
}
if $devstack_branch {

View File

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