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: Ie8a6610bb44ad41379d39e35e21d946d2dff820f
This commit is contained in:
James E. Blair 2017-10-28 10:23:16 -07:00
parent bd703dd2a7
commit 0668901e29
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
- job:
name: monascalog-tempest-base
parent: legacy-dsvm-base
run: playbooks/legacy/monascalog-tempest-base/run
post-run: playbooks/legacy/monascalog-tempest-base/post
run: playbooks/legacy/monascalog-tempest-base/run.yaml
post-run: playbooks/legacy/monascalog-tempest-base/post.yaml
timeout: 7800
required-projects:
- openstack-infra/devstack-gate