Merge "Switch the base URL to git.openstack.org"
This commit is contained in:
commit
8097838ab1
@ -30,7 +30,7 @@ You can also pick specific OpenStack project releases by setting the appropriate
|
||||
`stackrc` for the default set). Usually just before a release there will be
|
||||
milestone-proposed branches that need to be tested::
|
||||
|
||||
GLANCE_REPO=https://github.com/openstack/glance.git
|
||||
GLANCE_REPO=git://git.openstack.org/openstack/glance.git
|
||||
GLANCE_BRANCH=milestone-proposed
|
||||
|
||||
# Start A Dev Cloud
|
||||
|
4
stackrc
4
stackrc
@ -62,7 +62,7 @@ fi
|
||||
|
||||
# Base GIT Repo URL
|
||||
# Another option is http://review.openstack.org/p
|
||||
GIT_BASE=${GIT_BASE:-https://github.com}
|
||||
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
||||
|
||||
# metering service
|
||||
CEILOMETER_REPO=${CEILOMETER_REPO:-${GIT_BASE}/openstack/ceilometer.git}
|
||||
@ -182,7 +182,7 @@ NOVNC_REPO=${NOVNC_REPO:-${GIT_BASE}/kanaka/noVNC.git}
|
||||
NOVNC_BRANCH=${NOVNC_BRANCH:-master}
|
||||
|
||||
# ryu service
|
||||
RYU_REPO=${RYU_REPO:-${GIT_BASE}/osrg/ryu.git}
|
||||
RYU_REPO=${RYU_REPO:-https://github.com/osrg/ryu.git}
|
||||
RYU_BRANCH=${RYU_BRANCH:-master}
|
||||
|
||||
# a websockets/html5 or flash powered SPICE console for vm instances
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# **build_tempest.sh**
|
||||
|
||||
# Checkout and prepare a Tempest repo: https://github.com/openstack/tempest.git
|
||||
# Checkout and prepare a Tempest repo: git://git.openstack.org/openstack/tempest.git
|
||||
|
||||
function usage {
|
||||
echo "$0 - Check out and prepare a Tempest repo"
|
||||
|
@ -111,8 +111,8 @@ function test_no_plugin_directory_found {
|
||||
|
||||
function test_zip_snapshot_location {
|
||||
diff \
|
||||
<(zip_snapshot_location "https://github.com/openstack/nova.git" "master") \
|
||||
<(echo "https://github.com/openstack/nova/zipball/master")
|
||||
<(zip_snapshot_location "git://git.openstack.org/openstack/nova.git" "master") \
|
||||
<(echo "git://git.openstack.org/openstack/nova/zipball/master")
|
||||
}
|
||||
|
||||
function test_create_directory_for_kernels {
|
||||
|
Loading…
Reference in New Issue
Block a user