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: I475a5ac24f025fb120fcc57579be62d98b5c3d2c
This commit is contained in:
James E. Blair
2017-10-28 10:36:27 -07:00
parent 3a3f4535b9
commit 915fd86714

View File

@@ -1,8 +1,8 @@
- job:
name: zunclient-devstack-docker-sql
parent: legacy-dsvm-base
run: playbooks/zunclient-devstack-docker-sql/run
post-run: playbooks/zunclient-devstack-docker-sql/post
run: playbooks/zunclient-devstack-docker-sql/run.yaml
post-run: playbooks/zunclient-devstack-docker-sql/post.yaml
timeout: 4200
required-projects:
- openstack-dev/devstack