Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I7ca2bb3dec275cf8b8402d057fd73103c11c7072
This commit is contained in:
parent
153c8fe708
commit
28bb46d043
@ -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``
|
||||
|
||||
|
2
tox.ini
2
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}
|
||||
|
Loading…
Reference in New Issue
Block a user