Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the redirect should work, we can also go ahead and fix them. Change-Id: I02b3758e707319489e03a6cd00766b0b9381dc12
This commit is contained in:
parent
e2defa6dd2
commit
3ee0f52151
@ -15,9 +15,9 @@ apt-get install git vim -y
|
||||
git clone https://github.com/openstack-dev/devstack.git $HOME/devstack
|
||||
|
||||
cat <<EOF > $HOME/devstack/localrc
|
||||
enable_plugin barbican https://review.openstack.org/openstack/barbican
|
||||
enable_plugin neutron https://review.openstack.org/openstack/neutron
|
||||
enable_plugin octavia https://review.openstack.org/openstack/octavia
|
||||
enable_plugin barbican https://opendev.org/openstack/barbican
|
||||
enable_plugin neutron https://opendev.org/openstack/neutron
|
||||
enable_plugin octavia https://opendev.org/openstack/octavia
|
||||
LIBS_FROM_GIT+=python-octaviaclient
|
||||
|
||||
KEYSTONE_TOKEN_FORMAT=fernet
|
||||
|
@ -11,7 +11,7 @@ function octavia_install {
|
||||
if [[ ${DISTRO} =~ "rhel7" ]]; then
|
||||
# Installing qemu would bring in the default OS qemu package,
|
||||
# which is too old for Pike and later releases
|
||||
# See https://review.openstack.org/#/c/438325 for details
|
||||
# See https://review.opendev.org/#/c/438325 for details
|
||||
install_package qemu-kvm
|
||||
else
|
||||
install_package qemu
|
||||
|
@ -18,7 +18,7 @@ import mock
|
||||
|
||||
|
||||
# Borrowed from neutron
|
||||
# https://review.openstack.org/#/c/232716/
|
||||
# https://review.opendev.org/#/c/232716/
|
||||
class OpenFixture(fixtures.Fixture):
|
||||
"""Mock access to a specific file while preserving open for others."""
|
||||
|
||||
|
@ -246,6 +246,6 @@ Documentation Impact
|
||||
References
|
||||
==========
|
||||
|
||||
| Amphora lifecycle management: https://review.openstack.org/#/c/130424/
|
||||
| Amphora lifecycle management: https://review.opendev.org/#/c/130424/
|
||||
| LBaaS metering:
|
||||
| https://blueprints.launchpad.net/ceilometer/+spec/ceilometer-meter-lbaas
|
||||
|
@ -155,5 +155,5 @@ Documentation changes will be primarily internal.
|
||||
References
|
||||
==========
|
||||
.. line-block::
|
||||
[1] https://review.openstack.org/#/c/127353/
|
||||
[2] https://review.openstack.org/#/c/129048/
|
||||
[1] https://review.opendev.org/#/c/127353/
|
||||
[2] https://review.opendev.org/#/c/129048/
|
||||
|
@ -370,7 +370,7 @@ http://goo.gl/eP71g7
|
||||
|
||||
[2] RFC3768 Virtual Router Redundancy Protocol (VRRP)
|
||||
|
||||
[3] https://review.openstack.org/#/c/38230/
|
||||
[3] https://review.opendev.org/#/c/38230/
|
||||
|
||||
[4] http://www.keepalived.org/LVS-NAT-Keepalived-HOWTO.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user