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: Ia726109e485be3eb3d504429b2a7ca3ebe145e56
This commit is contained in:
James E. Blair 2017-10-28 10:41:21 -07:00
parent b37a9f9646
commit 29f8e6bce9
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
- job:
name: oslo.db-tox-mysql-python
parent: legacy-base
run: playbooks/legacy/oslo.db-tox-mysql-python/run
post-run: playbooks/legacy/oslo.db-tox-mysql-python/post
run: playbooks/legacy/oslo.db-tox-mysql-python/run.yaml
post-run: playbooks/legacy/oslo.db-tox-mysql-python/post.yaml
timeout: 2400
required-projects:
- openstack/requirements