diff --git a/devstack/contrib/new-octavia-devstack.sh b/devstack/contrib/new-octavia-devstack.sh index 847e0314e8..1709818dde 100755 --- a/devstack/contrib/new-octavia-devstack.sh +++ b/devstack/contrib/new-octavia-devstack.sh @@ -15,9 +15,9 @@ apt-get install git vim -y git clone https://github.com/openstack-dev/devstack.git $HOME/devstack cat < $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 diff --git a/devstack/plugin.sh b/devstack/plugin.sh index db7bf57c46..4ccf48d79b 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 diff --git a/octavia/tests/common/utils.py b/octavia/tests/common/utils.py index 485b1db189..c5401ecbae 100644 --- a/octavia/tests/common/utils.py +++ b/octavia/tests/common/utils.py @@ -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.""" diff --git a/specs/version0.5/controller.rst b/specs/version0.5/controller.rst index 44d5d708cc..deb60a1004 100644 --- a/specs/version0.5/controller.rst +++ b/specs/version0.5/controller.rst @@ -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 diff --git a/specs/version0.5/tls-data-security.rst b/specs/version0.5/tls-data-security.rst index f85c5ed486..90148308f4 100644 --- a/specs/version0.5/tls-data-security.rst +++ b/specs/version0.5/tls-data-security.rst @@ -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/ diff --git a/specs/version0.8/active_passive_loadbalancer.rst b/specs/version0.8/active_passive_loadbalancer.rst index 8b09245171..edbf10294a 100644 --- a/specs/version0.8/active_passive_loadbalancer.rst +++ b/specs/version0.8/active_passive_loadbalancer.rst @@ -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