Fix tempestconf URL

Change I02ac67e333cc1a5133269bd8562f18a8d50bb036 renamed
openstack/python-tempestconf to osf/python-tempestconf. Update use in
this repository.

TripleO team: Please check whether this needs backporting and
do the backporting yourself.

Depends-On: https://review.opendev.org/#/c/735890/
Change-Id: I5221ea1324cf6dfbfd48153f6a99a396c36c042a
This commit is contained in:
Andreas Jaeger 2020-06-13 16:19:00 +02:00 committed by Sagi Shnaidman
parent 1795b9b1a1
commit 2322ebce7c
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,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/openstack/python-tempestconf
tempest_tempestconf_git_repo: https://opendev.org/osf/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/openstack/python-tempestconf'
repo: 'https://opendev.org/osf/python-tempestconf'
dest: '{{ working_dir }}/tempestconf_git'
version: '{{ tempest_conf_version }}'
when: release != 'newton'