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: Ie848ea1a1fa886bf3864fe6e76bd93df221297f2
This commit is contained in:
James E. Blair 2017-10-28 10:40:16 -07:00
parent fb675068e5
commit b72463d5fa
1 changed files with 2 additions and 2 deletions

View File

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