python-tempestconf moved from osf/ to openinfra

python-tempestconf project got moved from osf/ namespace into
openinfra/one by:
https://review.opendev.org/c/openstack/project-config/+/808479
This commit reflects that.

Change-Id: I69c592cc4e17cd4ac8cbfeb4e9a03986cd4456a9
This commit is contained in:
Martin Kopec 2021-10-18 11:04:00 +00:00
parent 594c2e32da
commit af7de12aba
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@
- name: set facts while running tempest from source
set_fact:
tempest_git_repo: https://opendev.org/openstack/tempest
tempest_tempestconf_git_repo: https://opendev.org/osf/python-tempestconf
tempest_tempestconf_git_repo: https://opendev.org/openinfra/python-tempestconf
tempest_tempestconf_venv_bin: "{{ ansible_user_dir }}/tempestconf_venv/bin"
tempest_venv_bin: "{{ ansible_user_dir }}/tempest_venv/bin"
when: tempest_install_method == 'source'

View File

@ -15,7 +15,7 @@
- name: Cloning python-tempestconf
git:
repo: 'https://opendev.org/osf/python-tempestconf'
repo: 'https://opendev.org/openinfra/python-tempestconf'
dest: '{{ working_dir }}/tempestconf_git'
version: '{{ tempest_conf_version }}'
when: release != 'newton'