Merge "Replace git.openstack.org URLs with opendev.org URLs"
This commit is contained in:
commit
1120822e0c
@ -38,7 +38,7 @@ provides a Python API (the ``heatclient`` module) and a command-line tool
|
||||
.. _Launchpad project: https://launchpad.net/python-heatclient
|
||||
.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
|
||||
.. _Bugs: https://storyboard.openstack.org/#!/project/openstack/python-heatclient
|
||||
.. _Source: https://git.openstack.org/cgit/openstack/python-heatclient
|
||||
.. _Source: https://opendev.org/openstack/python-heatclient
|
||||
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
|
||||
.. _Specs: https://specs.openstack.org/openstack/heat-specs/
|
||||
.. _Template: https://git.openstack.org/cgit/openstack/heat-templates/
|
||||
.. _Template: https://opendev.org/openstack/heat-templates/
|
||||
|
@ -95,4 +95,4 @@ Please ask your OpenStack operator to enable this feature.
|
||||
BUGS
|
||||
====
|
||||
|
||||
Heat client is hosted in Launchpad so you can view current bugs at https://bugs.launchpad.net/python-heatclient/.
|
||||
Heat client is hosted in Launchpad so you can view current bugs at https://storyboard.openstack.org/#!/project/openstack/python-heatclient.
|
||||
|
6
tox.ini
6
tox.ini
@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
usedevelop = True
|
||||
install_command = pip install {opts} {packages}
|
||||
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}/test-requirements.txt
|
||||
commands = find . -type f -name "*.py[c|o]" -delete
|
||||
@ -57,7 +57,7 @@ commands =
|
||||
[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://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
@ -73,7 +73,7 @@ import_exceptions = heatclient._i18n
|
||||
[testenv:releasenotes]
|
||||
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://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
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