From 3da61dd1f1e576f922e5f59ab3e2d5b5218801ea Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 10:23:15 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ia53c87f65171794c86a7a14288dbbe4985e66250 --- README.rst | 4 ++-- doc/source/admin/osprofiler.rst | 2 +- specs/kuryr-integration.rst | 4 ++-- specs/zun-api-validation.rst | 2 +- tox.ini | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e3ffd98c7..e020cb90c 100644 --- a/README.rst +++ b/README.rst @@ -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 -------- diff --git a/doc/source/admin/osprofiler.rst b/doc/source/admin/osprofiler.rst index f16fa9852..47c323a94 100644 --- a/doc/source/admin/osprofiler.rst +++ b/doc/source/admin/osprofiler.rst @@ -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 -`_. +`_. Install Redis as the `centralized collector `_. Redis in container is easy to launch, `choose Redis Docker diff --git a/specs/kuryr-integration.rst b/specs/kuryr-integration.rst index 99e62b5dc..cc48d6b1a 100644 --- a/specs/kuryr-integration.rst +++ b/specs/kuryr-integration.rst @@ -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 diff --git a/specs/zun-api-validation.rst b/specs/zun-api-validation.rst index b913cc251..25a8de293 100644 --- a/specs/zun-api-validation.rst +++ b/specs/zun-api-validation.rst @@ -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/) diff --git a/tox.ini b/tox.ini index e370be082..632b90ea2 100644 --- a/tox.ini +++ b/tox.ini @@ -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