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

This commit is contained in:
Zuul 2019-06-15 02:51:04 +00:00 committed by Gerrit Code Review
commit 8f543774b9
4 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ Python bindings to the OpenStack Backup/Restore API (Freezer)
This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.
Development takes place via the usual OpenStack processes as outlined in the `developer guide <https://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-freezerclient>`_.
Development takes place via the usual OpenStack processes as outlined in the `developer guide <https://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://opendev.org/openstack/python-freezerclient>`_.
* License: Apache License, Version 2.0
@ -34,6 +34,6 @@ Development takes place via the usual OpenStack processes as outlined in the `de
.. _Launchpad project: https://launchpad.net/python-freezerclient
.. _Blueprints: https://blueprints.launchpad.net/python-freezerclient
.. _Bugs: https://storyboard.openstack.org/#!/project/openstack/python-freezerclient
.. _Source: https://git.openstack.org/cgit/openstack/python-freezerclient
.. _Source: https://opendev.org/openstack/python-freezerclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Release notes: https://docs.openstack.org/releasenotes/python-freezerclient/

View File

@ -6,7 +6,7 @@ Code is hosted at `git.openstack.org`__. Submit bugs to the python-freezerclient
project on `Launchpad`__. Submit code to the `openstack/python-freezerclient`
project using `Gerrit`__.
__ https://git.openstack.org/cgit/openstack/python-freezerclient
__ https://opendev.org/openstack/python-freezerclient
__ https://storyboard.openstack.org/#!/project/openstack/freezer-api
__ https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -23,7 +23,7 @@ DevStack installation with a demo and an admin user/tenant - or clouds named
Refer to `Consistent Testing Interface`__ for more details.
__ https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
__ https://opendev.org/openstack/governance/src/branch/master/reference/project-testing-interface.rst
Refer to `Tester Use`__ for more details.

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
@ -76,7 +76,7 @@ exclude = .venv,.tox,dist,doc,*egg,releasenotes
[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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html