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 =