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

Change-Id: I5a70d8ec802c7cd2d77d0d6b7b7f3a611b0379b5
This commit is contained in:
melissaml 2019-05-05 19:55:15 +08:00
parent e3de54338d
commit 02d06237f9
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,21 +1,21 @@
---
- 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
- name: systemd_service
src: https://git.openstack.org/openstack/ansible-role-systemd_service
src: https://opendev.org/openstack/ansible-role-systemd_service
scm: git
version: master
- name: systemd_service
src: https://git.openstack.org/openstack/ansible-role-systemd_networkd
src: https://opendev.org/openstack/ansible-role-systemd_networkd
scm: git
version: master
- name: systemd_service
src: https://git.openstack.org/openstack/ansible-role-systemd_mount
src: https://opendev.org/openstack/ansible-role-systemd_mount
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://releases.openstack.org/constraints/upper/master} {opts} {packages}
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =