From abc9892eb7168f29c3c6e00d9bea3f0a9e9aadda Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 5 May 2019 18:07:42 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ifad0fb43db0e1ba1885cf138bb029a89b289b934 --- README.rst | 2 +- tests/ansible-role-requirements.yml | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c8287a7..c91948f 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-rsyslog_server/ The project source code repository is located at: - https://git.openstack.org/cgit/openstack/openstack-ansible-rsyslog_server/ + https://opendev.org/openstack/openstack-ansible-rsyslog_server/ The project home is at: https://launchpad.net/openstack-ansible/ diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index c29a3c1..2f1040b 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -1,5 +1,5 @@ --- - name: apt_package_pinning - src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning + src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning scm: git version: master diff --git a/tox.ini b/tox.ini index 313ba4c..4f862c4 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 =