From 8f294ab694a95e60abb29af6f1ef560ae365d436 Mon Sep 17 00:00:00 2001 From: "ananth.y" Date: Mon, 22 Apr 2019 21:09:26 +0900 Subject: Update openstack refs to opendev Change-Id: Ia4175031ed3b858d0e832514e6d8b2e7efb8c285 Signed-off-by: ananth.y --- apex/common/constants.py | 2 +- apex/tests/config/98faaca.diff | 2 +- build/patches/neutron-patch-NSDriver.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apex/common/constants.py b/apex/common/constants.py index 4e48920e..59988f74 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -53,7 +53,7 @@ DEPLOY_TIMEOUT = 120 RDO_TAG = 'current-tripleo' UPSTREAM_RDO = "https://images.rdoproject.org/master/rdo_trunk/{}/".format( RDO_TAG) -OPENSTACK_GERRIT = 'https://review.openstack.org' +OPENSTACK_GERRIT = 'https://review.opendev.org' DOCKER_TAG = RDO_TAG # Maps regular service files to docker versions diff --git a/apex/tests/config/98faaca.diff b/apex/tests/config/98faaca.diff index 68a66fbc..96462d5f 100644 --- a/apex/tests/config/98faaca.diff +++ b/apex/tests/config/98faaca.diff @@ -17,7 +17,7 @@ specified in environments/services-docker/update-odl.yaml. Upgrading ODL to the next major release (1.1->2) requires only the L2 steps. These are implemented as upgrade_tasks and -post_upgrade_tasks in https://review.openstack.org/489201. +post_upgrade_tasks in https://review.opendev.org/489201. Steps involved in level 2 update are 1. Block OVS instances to connect to ODL diff --git a/build/patches/neutron-patch-NSDriver.patch b/build/patches/neutron-patch-NSDriver.patch index 84b4fb02..95ad58f9 100644 --- a/build/patches/neutron-patch-NSDriver.patch +++ b/build/patches/neutron-patch-NSDriver.patch @@ -139,7 +139,7 @@ index 88d6e67f31..c0fab604d1 100644 + + def _configure_mtu(self, ns_dev, mtu=None): + # Need to set MTU, after added to namespace. See review -+ # https://review.openstack.org/327651 ++ # https://review.opendev.org/327651 + try: + # Note: network_device_mtu will be deprecated in future + mtu_override = self.conf.network_device_mtu -- cgit 1.2.3-korg