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

This commit is contained in:
Zuul 2019-05-20 11:51:57 +00:00 committed by Gerrit Code Review
commit 28f52e8b30
4 changed files with 6 additions and 6 deletions

View File

@ -18,4 +18,4 @@ Bugs should be filed on StoryBoard, not GitHub:
The code is hosted at: The code is hosted at:
https://git.openstack.org/cgit/openstack/os-traits https://opendev.org/openstack/os-traits

View File

@ -1,4 +1,4 @@
os-traits Style Commandments os-traits Style Commandments
=============================================== ============================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -11,6 +11,6 @@ network, or device trait.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/os-traits/latest/ * Documentation: https://docs.openstack.org/os-traits/latest/
* Source: http://git.openstack.org/cgit/openstack/os-traits * Source: http://opendev.org/openstack/os-traits
* Bugs: https://storyboard.openstack.org/#!/project/openstack/os-traits * Bugs: https://storyboard.openstack.org/#!/project/openstack/os-traits
* Release Notes: https://docs.openstack.org/releasenotes/os-traits * Release Notes: https://docs.openstack.org/releasenotes/os-traits

View File

@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
whitelist_externals = whitelist_externals =
rm rm
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs} commands = stestr run --slowest {posargs}
@ -22,7 +22,7 @@ commands = {posargs}
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
rm -rf doc/build rm -rf doc/build