Changing python-tempestconf url

python-tempestconf is now part of refstack and it's under
openstack umbrella. redhat-openstack/python-tempestconf is
deprecated

Change-Id: I84a19a93761e41063d7bc6c3eafc524dfcc2f73e
This commit is contained in:
Arx Cruz 2017-10-17 15:42:55 +02:00
parent 5e1463d84a
commit d92867619a
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" %}