Modify README.rst and tox.ini

Replace openstack.org URLs with opendev.org URLs

Change-Id: Iad34d786d182729cc9d7acd5fc51fbe8624140c3
This commit is contained in:
wangqian 2019-05-13 09:54:55 +08:00 committed by Masayuki Igawa
parent 418ae6d68a
commit c42c009975
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ openstack-health
================
webclient for visualizing test results of OpenStack CI jobs.
- Source: http://git.openstack.org/cgit/openstack/openstack-health
- Source: https://opendev.org/openstack/openstack-health/
- Bugs: http://bugs.launchpad.net/openstack-health
- Blueprints: https://blueprints.launchpad.net/openstack-health
@ -137,7 +137,7 @@ configuration option. By default it is configured to talk to openstack-infra's
elasticsearch server at http://logstash.openstack.org/elasticsearch
.. _elastic-recheck: http://git.openstack.org/cgit/openstack-infra/elastic-recheck/
.. _elastic-recheck: https://opendev.org/opendev/elastic-recheck/
Caching Configuration

View File

@ -45,7 +45,7 @@ commands =
coverage xml -o cover/coverage.xml
[flake8]
# E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved. For further detail see https://review.openstack.org/#/c/36788/
# E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved. For further detail see https://review.opendev.org/#/c/36788/
# E123 skipped because it is ignored by default in the default pep8
# E129 skipped because it is too limiting when combined with other rules
# Skipped because of new hacking 0.9: H405