Move to opendev

Change-Id: Ib6f203870dc037841992583e667df80d34aa5459
This commit is contained in:
tonybrad 2019-05-06 09:57:13 +08:00
parent e4500f4987
commit d5f29e6409
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/openstack-ansible-rsyslog_client/
The project source code repository is located at:
https://git.openstack.org/cgit/openstack/openstack-ansible-rsyslog_client/
https://opendev.org/openstack/openstack-ansible-rsyslog_client/
The project home is at:
https://launchpad.net/openstack-ansible

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 =