Update to opendev

Change-Id: Icac06b9262f23b48c7677780c39f2ed10a7b8b3f
This commit is contained in:
tonybrad 2019-05-06 14:10:33 +08:00
parent 6b5b2a975b
commit eaf4153d9b
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 =