From eaf4153d9b7d47ba00c077d847580e21a62b42e1 Mon Sep 17 00:00:00 2001 From: tonybrad Date: Mon, 6 May 2019 14:10:33 +0800 Subject: [PATCH] Update to opendev Change-Id: Icac06b9262f23b48c7677780c39f2ed10a7b8b3f --- README.rst | 2 +- tests/test.yml | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 93e339b..558e9a3 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-pip_install/ The project source code repository is located at: - https://git.openstack.org/cgit/openstack/openstack-ansible-pip_install/ + https://opendev.org/openstack/openstack-ansible-pip_install/ The project home is at: https://launchpad.net/openstack-ansible diff --git a/tests/test.yml b/tests/test.yml index 08919a5..762ab01 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -20,7 +20,7 @@ pip_get_pip_force: no pip_packages: - "pip==9.0.3" - pip_install_upper_constraints: "http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt" + pip_install_upper_constraints: "https://releases.openstack.org/constraints/upper/master" roles: - role: "pip_install" post_tasks: diff --git a/tox.ini b/tox.ini index 0943f56..0710c59 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 =