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 <pabelanger@redhat.com>
This commit is contained in:
parent
3ad7f19e1a
commit
4c7b79ac3f
@ -11,7 +11,7 @@
|
|||||||
# This enviroment variable is used by the optional tempest-gabbi
|
# This enviroment variable is used by the optional tempest-gabbi
|
||||||
# job provided by the gabbi-tempest plugin. It can be safely ignored
|
# job provided by the gabbi-tempest plugin. It can be safely ignored
|
||||||
# if that plugin is not being used.
|
# if that plugin is not being used.
|
||||||
GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path }}"
|
GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}"
|
||||||
roles:
|
roles:
|
||||||
- setup-tempest-run-dir
|
- setup-tempest-run-dir
|
||||||
- setup-tempest-data-dir
|
- setup-tempest-data-dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user