From f2e642a180aa31ba25f42fcd1a488540ee185ef4 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:13 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I06b5f84891c7d90837cfbbdbb532f8479620c6c7 Closes-Bug: #1827761 --- README.rst | 2 +- doc/source/conf.py | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c350e459..d118fab9 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ all OpenStack services. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.policy/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslo.policy +* Source: https://opendev.org/openstack/oslo.policy * Bugs: https://bugs.launchpad.net/oslo.policy * Blueprints: https://blueprints.launchpad.net/oslo.policy * Release Notes: https://docs.openstack.org/releasenotes/oslo.policy diff --git a/doc/source/conf.py b/doc/source/conf.py index 16f161e9..f7d542a7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,7 +51,7 @@ exclude_patterns = ['api/oslo_policy.tests.*', 'api/setup.rst'] # General information about the project. project = u'oslo.policy' copyright = u'2014, OpenStack Foundation' -source_tree = 'https://git.openstack.org/cgit/openstack/oslo.policy/tree' +source_tree = 'https://opendev.org/openstack/oslo.policy/src/branch/master' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/tox.ini b/tox.ini index facb7cea..55327798 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py37,py36,py35,py27,pep8,docs [testenv] 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 commands = stestr run --slowest {posargs}