Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I4234531821d18c7f442c83ccb1f341866b2d1d19
This commit is contained in:
parent
50ca62cfbd
commit
098b1e0a50
@ -18,4 +18,4 @@ Bugs should be filed on StoryBoard, not GitHub:
|
||||
|
||||
The code is hosted at:
|
||||
|
||||
https://git.openstack.org/cgit/openstack/os-traits
|
||||
https://opendev.org/openstack/os-traits
|
||||
|
@ -1,4 +1,4 @@
|
||||
os-traits Style Commandments
|
||||
===============================================
|
||||
============================
|
||||
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -4,13 +4,13 @@ os-traits
|
||||
|
||||
`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
|
||||
OpenStack community to refer to a particular hardware, virtualization, storage,
|
||||
network, or device trait.
|
||||
|
||||
* Free software: Apache license
|
||||
* 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
|
||||
* Release Notes: https://docs.openstack.org/releasenotes/os-traits
|
||||
|
4
tox.ini
4
tox.ini
@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
|
||||
whitelist_externals =
|
||||
rm
|
||||
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
|
||||
commands = stestr run --slowest {posargs}
|
||||
|
||||
@ -22,7 +22,7 @@ commands = {posargs}
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
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
|
||||
commands =
|
||||
rm -rf doc/build
|
||||
|
Loading…
Reference in New Issue
Block a user