Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I26e544c0d2a9eb740174a1d4c486b2fb583461dd
This commit is contained in:
melissaml 2019-05-06 20:06:03 +08:00
parent 43e61820f4
commit a02e4a9a51
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,9 +1,9 @@
---
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
src: https://opendev.org/openstack/openstack-ansible-pip_install
scm: git
version: master

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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =