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

Change-Id: I4234531821d18c7f442c83ccb1f341866b2d1d19
This commit is contained in:
caoyuan 2019-04-23 19:39:42 +08:00
parent 50ca62cfbd
commit 098b1e0a50
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

@ -4,13 +4,13 @@ os-traits
`os-traits` is a library containing standardized trait strings. `os-traits` is a library containing standardized trait strings.
Traits are strings that represent a feature of some resource provider. This Traits are strings that represent a feature of some resource provider. This
library contains the catalog of constants that have been standardized in the library contains the catalog of constants that have been standardized in the
OpenStack community to refer to a particular hardware, virtualization, storage, OpenStack community to refer to a particular hardware, virtualization, storage,
network, or device trait. 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