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: I96ec4661aa1e14361f303649adb726fa52812645
This commit is contained in:
James E. Blair 2017-10-28 10:03:55 -07:00
parent d1fe0778f1
commit e237d7b426

@ -20,9 +20,9 @@
- job: - job:
name: kolla-ansible-base name: kolla-ansible-base
pre-run: tests/pre pre-run: tests/pre.yml
run: tests/run run: tests/run.yml
post-run: tests/post post-run: tests/post.yml
attempts: 1 attempts: 1
timeout: 10800 timeout: 10800
required-projects: required-projects:
@ -34,7 +34,7 @@
- job: - job:
name: kolla-ansible-centos-source name: kolla-ansible-centos-source
parent: kolla-ansible-base parent: kolla-ansible-base
nodeset: kolla-ansible-centos nodeset: kolla-ansible-centos
voting: false voting: false
vars: vars:
@ -61,7 +61,7 @@
- job: - job:
name: kolla-ansible-centos-binary name: kolla-ansible-centos-binary
parent: kolla-ansible-base parent: kolla-ansible-base
nodeset: kolla-ansible-centos nodeset: kolla-ansible-centos
voting: false voting: false
vars: vars: