From 4c7b79ac3f8d803b8806b1037eff693e8235b1cd Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 19 Mar 2019 19:24:37 -0400 Subject: [PATCH] Default gabbi_tempest_path to empty string Seems this variable is setup from gabbi-tempest, but other jobs also use devstack-tempest. Change-Id: I45c582d9d9b34a1c5ab75455e42077902cbb850e Signed-off-by: Paul Belanger --- playbooks/devstack-tempest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/devstack-tempest.yaml b/playbooks/devstack-tempest.yaml index b51e701818..5f87abd31a 100644 --- a/playbooks/devstack-tempest.yaml +++ b/playbooks/devstack-tempest.yaml @@ -11,7 +11,7 @@ # This enviroment variable is used by the optional tempest-gabbi # job provided by the gabbi-tempest plugin. It can be safely ignored # if that plugin is not being used. - GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path }}" + GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}" roles: - setup-tempest-run-dir - setup-tempest-data-dir