From: zhihui wu Date: Sat, 10 Jun 2017 13:11:33 +0000 (+0800) Subject: bugfix: installer is not defined in report.yml X-Git-Tag: opnfv-5.0.0~78 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=bccf607a7ed7475deb5472c4cd3d65b1918d5c47;p=qtip.git bugfix: installer is not defined in report.yml since installer is renamed to installer_type in all.yml, installer cann't be found in report.yml Change-Id: I222b3050aab8b4f09e1f70c623d0e53ebbff1743 Signed-off-by: zhihui wu --- diff --git a/resources/ansible_roles/opnfv-testapi/tasks/report.yml b/resources/ansible_roles/opnfv-testapi/tasks/report.yml index 1c3d5767..bb034d84 100644 --- a/resources/ansible_roles/opnfv-testapi/tasks/report.yml +++ b/resources/ansible_roles/opnfv-testapi/tasks/report.yml @@ -21,7 +21,7 @@ project_name: "{{ project_name }}" case_name: "{{ case_name }}" pod_name: "{{ pod_name }}" - installer: "{{ installer }}" + installer: "{{ installer_type }}" version: "{{ version }}" scenario: "{{ scenario }}" start_date: "{{ ansible_date_time.date }}"