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

Change-Id: I103ca00b2f1e6df1a2ac2fad1e4dd40fc0c31b21
This commit is contained in:
melissaml 2019-05-05 18:39:27 +08:00
parent bbc6d1b53b
commit 1e44299c4c
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,4 +1,4 @@
- name: ansible-config_template - name: ansible-config_template
src: https://git.openstack.org/openstack/ansible-config_template src: https://opendev.org/openstack/ansible-config_template
scm: git scm: git
version: master version: master

View File

@ -1,24 +1,24 @@
- name: apt_package_pinning - 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 scm: git
version: master version: master
- name: pip_install - name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install src: https://opendev.org/openstack/openstack-ansible-pip_install
scm: git scm: git
version: master version: master
- name: openstack_hosts - name: openstack_hosts
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts src: https://opendev.org/openstack/openstack-ansible-openstack_hosts
scm: git scm: git
version: master version: master
- name: lxc_hosts - name: lxc_hosts
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts src: https://opendev.org/openstack/openstack-ansible-lxc_hosts
scm: git scm: git
version: master version: master
- name: lxc_container_create - name: lxc_container_create
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create src: https://opendev.org/openstack/openstack-ansible-lxc_container_create
scm: git scm: git
version: master version: master
- name: openstack_openrc - name: openstack_openrc
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc src: https://opendev.org/openstack/openstack-ansible-openstack_openrc
scm: git scm: git
version: master version: master

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional,func_py3
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = 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 = commands =
/usr/bin/find . -type f -name "*.pyc" -delete /usr/bin/find . -type f -name "*.pyc" -delete
passenv = passenv =