Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ia53c87f65171794c86a7a14288dbbe4985e66250
This commit is contained in:
parent
b3d1949744
commit
3da61dd1f1
@ -22,10 +22,10 @@ servers or clusters.
|
|||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
|
* Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
|
||||||
* Documentation: https://docs.openstack.org/zun/latest/
|
* 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
|
* Bugs: https://bugs.launchpad.net/zun
|
||||||
* Blueprints: https://blueprints.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
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -28,7 +28,7 @@ Install Redis database
|
|||||||
After osprofiler 1.4.0, user can choose mongodb or redis as the backend storage
|
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
|
option without using ceilometer. Here just use Redis as an example, user
|
||||||
can choose mongodb, elasticsearch, and `etc
|
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
|
Install Redis as the `centralized collector
|
||||||
<https://docs.openstack.org/osprofiler/latest/user/collectors.html>`_.
|
<https://docs.openstack.org/osprofiler/latest/user/collectors.html>`_.
|
||||||
Redis in container is easy to launch, `choose Redis Docker
|
Redis in container is easy to launch, `choose Redis Docker
|
||||||
|
@ -215,10 +215,10 @@ A set of documentation for this new feature will be required.
|
|||||||
|
|
||||||
References
|
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
|
[2] https://blueprints.launchpad.net/kuryr/+spec/existing-neutron-network
|
||||||
|
|
||||||
[3] https://blueprints.launchpad.net/kuryr-libnetwork/+spec/existing-subnetpool
|
[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
|
||||||
|
@ -163,7 +163,7 @@ Useful Links:
|
|||||||
|
|
||||||
* [Understanding JSON Schema] (https://spacetelescope.github.io/understanding-json-schema/reference/object.html)
|
* [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/)
|
* [JSON Schema on PyPI] (https://pypi.org/project/jsonschema/)
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ setenv =
|
|||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user