Merge "Switch to overcloudrc.v3 for running tempest"

This commit is contained in:
Jenkins
2017-08-31 03:22:10 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ artcl_collect_list:
- /etc/
- /home/*/.instack/install-undercloud.log
- /home/*/stackrc
- /home/*/overcloudrc
- /home/*/overcloudrc*
- /home/*/*.log
- /home/*/*.json
- /home/*/*.conf

View File

@@ -5,7 +5,14 @@
{% if tempest_overcloud|bool %}
## ::
{% if release in ['newton', 'ocata'] or 'mistral' in tempest_plugins %}
# Currently mistral does not works with Identity V3 api
# FIXME(chkumar): https://bugs.launchpad.net/tripleo/+bug/1711083
# Tracking bug for the same.
source {{ working_dir }}/overcloudrc
{% else %}
source {{ working_dir }}/overcloudrc.v3
{% endif %}
## * Clean up from any previous tempest run
## ::