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: Id37c6f432052724fbf3007e4b8dcc542a69f908e
This commit is contained in:
James E. Blair 2017-10-28 10:39:07 -07:00 committed by Tomasz Trębski
parent 149eeab371
commit c056cc752e
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
- job:
name: monasca-tempest-base
parent: legacy-dsvm-base
run: playbooks/legacy/monasca-tempest-base/run
post-run: playbooks/legacy/monasca-tempest-base/post
run: playbooks/legacy/monasca-tempest-base/run.yaml
post-run: playbooks/legacy/monasca-tempest-base/post.yaml
timeout: 7800
required-projects:
- openstack-infra/devstack-gate