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: I308464de0c74f8420749d746e4a5db37e02cc276
This commit is contained in:
James E. Blair 2017-10-28 10:23:39 -07:00
parent a3d208dcf3
commit 45f9291149
1 changed files with 2 additions and 2 deletions

View File

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