Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I7ca2bb3dec275cf8b8402d057fd73103c11c7072
This commit is contained in:
caoyuan 2019-04-23 19:39:48 +08:00
parent 153c8fe708
commit 28bb46d043
2 changed files with 2 additions and 2 deletions

View File

@ -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``

View File

@ -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}