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

1. Replace git.openstack.org URLs with opendev.org URLs
2. Remove some unnecessary spaces
3. Remove unncessary "=="

Change-Id: I005e3b2027d52dcff524ec0b0a5416f6663a0aa1
This commit is contained in:
jacky06 2019-04-23 13:04:43 +08:00
parent ca9796a801
commit 490e75b92d
4 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
contain the root `toctree` directive.
Welcome to tripleo-repos's documentation!
========================================================
=========================================
Contents:

View File

@ -1,3 +1,3 @@
========
=====
Usage
========
=====

View File

@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt