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

Change-Id: I4e964925d5a024545fc99f7fddbea3d9605b30d3
This commit is contained in:
jacky06 2019-04-23 13:25:28 +08:00
parent 99eb0bc18e
commit 539885155a
5 changed files with 12 additions and 12 deletions

View File

@ -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/

View File

@ -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.

View File

@ -1,6 +1,6 @@
==============
Installation
==============
============
Installation
============
At the command line::

View File

@ -1,6 +1,6 @@
==================
eventlet_backdoor
==================
=================
eventlet_backdoor
=================
.. automodule:: oslo_service.eventlet_backdoor
:members:

View File

@ -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}