From 539885155a7ab24f1cdd9cf9b74e26b3a9d47fc6 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:28 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I4e964925d5a024545fc99f7fddbea3d9605b30d3 --- README.rst | 2 +- doc/source/configuration/index.rst | 6 +++--- doc/source/install/index.rst | 6 +++--- doc/source/reference/eventlet_backdoor.rst | 6 +++--- tox.ini | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 393f04b4..c6fc491d 100644 --- a/README.rst +++ b/README.rst @@ -27,6 +27,6 @@ operations, interacting with systemd, etc. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.service/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslo.service +* Source: https://opendev.org/openstack/oslo.service * Bugs: https://bugs.launchpad.net/oslo.service * Release notes: https://docs.openstack.org/releasenotes/oslo.service/ diff --git a/doc/source/configuration/index.rst b/doc/source/configuration/index.rst index 3a532d44..0dc58e6a 100644 --- a/doc/source/configuration/index.rst +++ b/doc/source/configuration/index.rst @@ -1,6 +1,6 @@ -======================= - Configuration Options -======================= +===================== +Configuration Options +===================== oslo.service uses oslo.config to define and manage configuration options to allow the deployer to control how an application uses this library. diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 6e94caa0..2e034273 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -1,6 +1,6 @@ -============== - Installation -============== +============ +Installation +============ At the command line:: diff --git a/doc/source/reference/eventlet_backdoor.rst b/doc/source/reference/eventlet_backdoor.rst index c60dc47f..8cbc943a 100644 --- a/doc/source/reference/eventlet_backdoor.rst +++ b/doc/source/reference/eventlet_backdoor.rst @@ -1,6 +1,6 @@ -================== - eventlet_backdoor -================== +================= +eventlet_backdoor +================= .. automodule:: oslo_service.eventlet_backdoor :members: diff --git a/tox.ini b/tox.ini index abbb0799..5f8848f5 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = CLIENT_NAME=oslo.service 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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt whitelist_externals = find @@ -54,7 +54,7 @@ commands = oslo_debug_helper -t oslo_service/tests {posargs} [testenv:bandit] 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}/test-requirements.txt -r{toxinidir}/requirements.txt commands = bandit -r oslo_service -n5 -x tests {posargs}