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: I96d9772d363305fd65119d1195cc25a508ec33dc
This commit is contained in:
James E. Blair 2017-11-28 15:49:27 -08:00
parent 7e14c4f2b0
commit 8599a59fc3
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
- job:
name: tempest-neutron-src-python-troveclient
parent: legacy-dsvm-base
run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run
post-run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/post
run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml
post-run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/post.yaml
timeout: 7800
required-projects:
- openstack-dev/devstack