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: I4fefa18f3dfaa667740a6650ac22022100ce1186
This commit is contained in:
James E. Blair 2017-10-28 10:17:24 -07:00
parent 839db862c9
commit a66635e7c0
1 changed files with 3 additions and 4 deletions

View File

@ -3,10 +3,9 @@
parent: base
timeout: 3600
nodeset: centos-7
pre-run: playbooks/packstack-pre
run: playbooks/packstack-integration-tempest
post-run: playbooks/upload-logs
nodeset: centos-7
pre-run: playbooks/packstack-pre.yaml
run: playbooks/packstack-integration-tempest.yaml
post-run: playbooks/upload-logs.yaml
irrelevant-files:
- ^docs/.*$
- ^releasenotes/.*$