From 4c9152cf73e22676eda06c82687aba86bf4fdd6e Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 24 Apr 2019 15:31:16 +0800 Subject: [PATCH] update git.openstack.org to opendev Change-Id: I26f9ce0de55a719df7c1330c01f48aa36056eb1a --- 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 ddb1141..540e5eb 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-memcached_server/ The project source code repository is located at: - https://git.openstack.org/cgit/openstack/openstack-ansible-memcached_server/ + https://opendev.org/openstack/openstack-ansible-memcached_server/ The project home is at: https://launchpad.net/openstack-ansible diff --git a/doc/source/conf.py b/doc/source/conf.py index 8dd844f..71ae97c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -70,7 +70,7 @@ title = 'OpenStack-Ansible Documentation: ' + role_name + 'role' # The link to the browsable source code (for the left hand menu) oslosphinx_cgit_link = ( - 'https://git.openstack.org/cgit/openstack/{}'.format(target_name) + 'https://opendev.org/openstack/{}'.format(target_name) ) # The version info for the project you're documenting, acts as replacement for diff --git a/tox.ini b/tox.ini index 9a9e608..d5d9cc1 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs,linters,functional [testenv] usedevelop = True install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv =