Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs 2. Update some urls Change-Id: Icf9a7857be01056c0967fed0c777f2f46a993b6c
This commit is contained in:
parent
08b8922c49
commit
47996394b3
@ -63,7 +63,7 @@ type
|
|||||||
More Information
|
More Information
|
||||||
================
|
================
|
||||||
|
|
||||||
* Python-tackerclient documentation: https://docs.openstack.org/python-tackerclient/
|
* Python-tackerclient documentation: https://docs.openstack.org/python-tackerclient/latest/
|
||||||
* Tacker Documentation: https://docs.openstack.org/tacker/
|
* Tacker Documentation: https://docs.openstack.org/tacker/latest/
|
||||||
* Tacker Wiki: https://wiki.openstack.org/wiki/Tacker
|
* Tacker Wiki: https://wiki.openstack.org/wiki/Tacker
|
||||||
* Release Notes: https://docs.openstack.org/releasenotes/python-tackerclient
|
* Release Notes: https://docs.openstack.org/releasenotes/python-tackerclient
|
||||||
|
@ -27,9 +27,9 @@ Project Info
|
|||||||
============
|
============
|
||||||
|
|
||||||
* **Free software:** under the `Apache license <http://www.apache.org/licenses/LICENSE-2.0>`_
|
* **Free software:** under the `Apache license <http://www.apache.org/licenses/LICENSE-2.0>`_
|
||||||
* **Tacker Service:** http://git.openstack.org/cgit/openstack/tacker
|
* **Tacker Service:** https://opendev.org/openstack/tacker
|
||||||
* **Tacker Client Library:** http://git.openstack.org/cgit/openstack/python-tackerclient
|
* **Tacker Client Library:** https://opendev.org/openstack/python-tackerclient
|
||||||
* **Tacker Service Bugs:** http://bugs.launchpad.net/tacker
|
* **Tacker Service Bugs:** https://bugs.launchpad.net/tacker
|
||||||
* **Client Bugs:** https://bugs.launchpad.net/python-tackerclient
|
* **Client Bugs:** https://bugs.launchpad.net/python-tackerclient
|
||||||
* **Blueprints:** https://blueprints.launchpad.net/tacker
|
* **Blueprints:** https://blueprints.launchpad.net/tacker
|
||||||
|
|
||||||
|
4
tox.ini
4
tox.ini
@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = stestr run --slowest {posargs}
|
commands = stestr run --slowest {posargs}
|
||||||
@ -33,7 +33,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
|||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
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://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user