Zuul: add file extension to playbook path

Zuul now supports including the file extension on the playbook path
and omitting the extension is now deprecrated.  Update references
to include the extension.

Change-Id: I966f61aecd26228920e78e33e68ffd216c7beb61
This commit is contained in:
James E. Blair 2017-11-28 16:02:50 -08:00
parent b048b3da40
commit a4c728af93
1 changed files with 2 additions and 2 deletions

View File

@ -63,6 +63,6 @@
- job:
name: ironic-inspector-tempest-dsvm-python3
parent: ironic-inspector-dsvm-base
run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/run
post-run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/post
run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/run.yaml
post-run: playbooks/legacy/ironic-inspector-tempest-dsvm-python3/post.yaml
timeout: 10800