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

Change-Id: Ia53c87f65171794c86a7a14288dbbe4985e66250
This commit is contained in:
jacky06 2019-04-23 10:23:15 +08:00 committed by Hongbin Lu
parent b3d1949744
commit 3da61dd1f1
5 changed files with 7 additions and 7 deletions

View File

@ -22,10 +22,10 @@ servers or clusters.
* Free software: Apache license
* Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
* Documentation: https://docs.openstack.org/zun/latest/
* Source: https://git.openstack.org/cgit/openstack/zun
* Source: https://opendev.org/openstack/zun
* Bugs: https://bugs.launchpad.net/zun
* Blueprints: https://blueprints.launchpad.net/zun
* REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
* REST Client: https://opendev.org/openstack/python-zunclient
Features
--------

View File

@ -28,7 +28,7 @@ Install Redis database
After osprofiler 1.4.0, user can choose mongodb or redis as the backend storage
option without using ceilometer. Here just use Redis as an example, user
can choose mongodb, elasticsearch, and `etc
<https://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers>`_.
<https://opendev.org/openstack/osprofiler/src/branch/master/osprofiler/drivers>`_.
Install Redis as the `centralized collector
<https://docs.openstack.org/osprofiler/latest/user/collectors.html>`_.
Redis in container is easy to launch, `choose Redis Docker

View File

@ -215,10 +215,10 @@ A set of documentation for this new feature will be required.
References
==========
[1] https://git.openstack.org/cgit/openstack/kuryr-libnetwork
[1] https://opendev.org/openstack/kuryr-libnetwork
[2] https://blueprints.launchpad.net/kuryr/+spec/existing-neutron-network
[3] https://blueprints.launchpad.net/kuryr-libnetwork/+spec/existing-subnetpool
[4] https://git.openstack.org/cgit/openstack/zun/tree/specs/container-sandbox.rst
[4] https://opendev.org/openstack/zun/src/branch/master/specs/container-sandbox.rst

View File

@ -163,7 +163,7 @@ Useful Links:
* [Understanding JSON Schema] (https://spacetelescope.github.io/understanding-json-schema/reference/object.html)
* [Nova Validation Examples] (https://git.openstack.org/cgit/openstack/nova/tree/nova/api/validation)
* [Nova Validation Examples] (https://opendev.org/openstack/nova/src/branch/master/nova/api/validation)
* [JSON Schema on PyPI] (https://pypi.org/project/jsonschema/)

View File

@ -13,7 +13,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
deps = -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