Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I4e964925d5a024545fc99f7fddbea3d9605b30d3
This commit is contained in:
parent
99eb0bc18e
commit
539885155a
@ -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/
|
||||
|
@ -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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
==============
|
||||
Installation
|
||||
==============
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
At the command line::
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
==================
|
||||
eventlet_backdoor
|
||||
==================
|
||||
=================
|
||||
eventlet_backdoor
|
||||
=================
|
||||
|
||||
.. automodule:: oslo_service.eventlet_backdoor
|
||||
:members:
|
||||
|
4
tox.ini
4
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}
|
||||
|
Loading…
Reference in New Issue
Block a user