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: I696349c0eee715f270ce97b60b421b219ab0fec4
This commit is contained in:
Martin Kopec 2021-10-18 11:00:21 +00:00
parent f866f7ffee
commit e656a2e264
2 changed files with 3 additions and 3 deletions

View File

@ -332,12 +332,12 @@ tempest_tempestconf_venv_bin: "/openstack/venvs/tempestconf-{{ tempest_tempestco
# We comment out `tempest_tempestconf_git_repo` so that the repo_build role does not attempt to
# build the wheel from this repo/branch. Instead, we want python-tempestconf to get built
# from the stable release defined in global requirements.
# tempest_tempestconf_git_repo: https://opendev.org/osf/python-tempestconf
# tempest_tempestconf_git_repo: https://opendev.org/openinfra/python-tempestconf
tempest_tempestconf_git_install_branch: master
tempest_tempestconf_git_constraints:
- "--constraint {{ tempest_upper_constraints_url }}"
tempest_tempestconf_pip_packages:
- "{{ (tempest_tempestconf_git_repo is defined) | ternary('git+' ~ (tempest_tempestconf_git_repo | default('https://opendev.org/osf/python-tempestconf')) ~ '@' ~ tempest_tempestconf_git_install_branch ~ '#egg=python_tempestconf', 'python_tempestconf') }}"
- "{{ (tempest_tempestconf_git_repo is defined) | ternary('git+' ~ (tempest_tempestconf_git_repo | default('https://opendev.org/openinfra/python-tempestconf')) ~ '@' ~ tempest_tempestconf_git_install_branch ~ '#egg=python_tempestconf', 'python_tempestconf') }}"
tempest_tempestconf_profile:
debug: true
create: true

View File

@ -17,7 +17,7 @@
tempest_run: yes
# tempestconf specific settings
tempest_tempestconf_git_repo: https://opendev.org/osf/python-tempestconf
tempest_tempestconf_git_repo: https://opendev.org/openinfra/python-tempestconf
# A sample plugin to activate the code path
tempest_plugins: