Fixed path for tripleo deployer input file

* While porting the validate-tempest to podman[1], we added tempest_data
  variable to keep tempest related input data files while running in
  container, All the dir path in the script got updated but tripleo
  deployer input path was left to tempest_dir but we were keeping
  the files in tempest_data dir due to which tripleo deployer
  input file was not passed leading to the failure of object
  storage tests.

[1.] https://review.openstack.org/605356

Change-Id: I132009d3f00bb4bcff3b21def0edd568bfab14ec
Closes-Bug:#1773325
This commit is contained in:
Chandan Kumar 2018-11-20 17:31:31 +05:30
parent baa798b0d7
commit d9a66b56b4
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export OS_AUTH_URL="$OS_AUTH_URL/v2.0"
cd {{ tempest_dir }}
$TEMPESTCONF --out etc/tempest.conf \
{% if tempest_overcloud|bool %}
--deployer-input {{ tempest_dir }}/{{ tempest_deployer_input_file }} \
--deployer-input {{ tempest_data }}/{{ tempest_deployer_input_file }} \
--network-id $public_net_id \
{% endif %}
{% if tempest_os_cloud != '' %}