From 28bb46d0435df53f9a09765613b5c677f48b73f3 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:39:48 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I7ca2bb3dec275cf8b8402d057fd73103c11c7072 --- CONTRIBUTING.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c1863dac..eb2ecca0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -45,7 +45,7 @@ Initial gerrit setup: This section covers one time steps required for setting up gerrit Install gerrit (this varies depending on the OS but for example 'apt-get install git-review'). -Setup the SSH keys through gerrit (i.e. https://review.openstack.org/#/settings/ssh-keys) you need to upload your public key from the system you plan to use for changes. +Setup the SSH keys through gerrit (i.e. https://review.opendev.org/#/settings/ssh-keys) you need to upload your public key from the system you plan to use for changes. * ``git review -s`` diff --git a/tox.ini b/tox.ini index 7f5f17da..e28d0dfd 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONPATH={toxinidir}/StorletSamples/python:{envdir}