Merge "Update to opendev"

This commit is contained in:
Zuul 2019-05-21 11:22:33 +00:00 committed by Gerrit Code Review
commit b7efdb4a42
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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:

View File

@ -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 =