summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-05 19:53:33 +0000
committerGerrit Code Review <review@openstack.org>2019-05-05 19:53:34 +0000
commit29671ef2bfacb416d397abc57170bb090b116f68 (patch)
treefb2798f5897964a4ff03712261e4d33cd997b26a
parentb21efb5f7ad6aa268330f4bc3f6585bc8ba41c56 (diff)
parent815df26f0ddcc1a7a9fa3939d6f7c8b714314270 (diff)
downloadoslo-log-29671ef2bfacb416d397abc57170bb090b116f68.tar.gz
Merge "Replace git.openstack.org URLs with opendev.org URLs"
-rw-r--r--README.rst2
-rw-r--r--doc/source/admin/journal.rst2
-rw-r--r--doc/source/admin/nova_sample.conf2
-rw-r--r--doc/source/user/examples.rst2
-rw-r--r--doc/source/user/migration.rst2
-rw-r--r--tox.ini2
6 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 78c96df..bf20868 100644
--- a/README.rst
+++ b/README.rst
@@ -26,6 +26,6 @@ logging (like resource id's etc).
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.log/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslo.log
+* Source: https://opendev.org/openstack/oslo.log
* Bugs: https://bugs.launchpad.net/oslo.log
* Release notes: https://docs.openstack.org/releasenotes/oslo.log/
diff --git a/doc/source/admin/journal.rst b/doc/source/admin/journal.rst
index b42fde8..c7ea266 100644
--- a/doc/source/admin/journal.rst
+++ b/doc/source/admin/journal.rst
@@ -155,4 +155,4 @@ References
- The guide for using systemd in devstack provides additional examples
of effective journalctl queries -
- https://git.openstack.org/cgit/openstack-dev/devstack/tree/SYSTEMD.rst
+ https://opendev.org/openstack/devstack/src/branch/master/doc/source/systemd.rst
diff --git a/doc/source/admin/nova_sample.conf b/doc/source/admin/nova_sample.conf
index 8a881e1..b8581dc 100644
--- a/doc/source/admin/nova_sample.conf
+++ b/doc/source/admin/nova_sample.conf
@@ -41,7 +41,7 @@ qualname = boto
# NOTE(mikal): suds is used by the vmware driver, removing this will
# cause many extraneous log lines for their tempest runs. Refer to
-# https://review.openstack.org/#/c/219225/ for details.
+# https://review.opendev.org/#/c/219225/ for details.
[logger_suds]
level = INFO
handlers = stderr
diff --git a/doc/source/user/examples.rst b/doc/source/user/examples.rst
index 503de52..1a5aefd 100644
--- a/doc/source/user/examples.rst
+++ b/doc/source/user/examples.rst
@@ -8,7 +8,7 @@ These files can be found in the docs/source/examples directory of
the git source of this project. They can also be found in the
`online git repository`_ of this project.
-.. _online git repository: https://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
+.. _online git repository: https://opendev.org/openstack/oslo.log/src/branch/master/doc/source/user/examples
python_logging.py
diff --git a/doc/source/user/migration.rst b/doc/source/user/migration.rst
index 4c397f0..4bd77c8 100644
--- a/doc/source/user/migration.rst
+++ b/doc/source/user/migration.rst
@@ -23,7 +23,7 @@ exists. We agreed in the `cross project spec`_ to stop using audit
level anyway, so those calls should be replaced with calls to
``info()``.
-.. _cross project spec: https://git.openstack.org/cgit/openstack/openstack-specs/tree/specs/log-guidelines.rst
+.. _cross project spec: https://opendev.org/openstack/openstack-specs/src/branch/master/specs/log-guidelines.rst
Deprecation tools moved to ``versionutils``
-------------------------------------------
diff --git a/tox.ini b/tox.ini
index da1a025..e0efb66 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=oslo.log
-install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
-e.[fixtures]
commands =