Merge "Changing python-tempestconf url"

This commit is contained in:
Zuul 2017-11-20 14:37:31 +00:00 committed by Gerrit Code Review
commit 83ea1b8767
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export TEMPESTCONF="{{ working_dir }}/tempest/tools/config_tempest.py"
{% else %}
{% if tempest_format == "venv" %}
# Install python-tempestconf
git clone https://github.com/redhat-openstack/python-tempestconf {{ working_dir }}/python-tempestconf
git clone https://git.openstack.org/openstack/python-tempestconf {{ working_dir }}/python-tempestconf
{{ working_dir }}/tempest_git/tools/with_venv.sh pip install {{ working_dir }}/python-tempestconf
export TEMPESTCONF="{{ working_dir }}/tempest_git/tools/with_venv.sh discover-tempest-config"
{% elif tempest_format == "packages" %}