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: Ic1243f5b207eaff1f1d71a284ea51eea0f0386be
This commit is contained in:
James E. Blair 2017-10-28 10:24:03 -07:00
parent 9b23f4826d
commit f811fbab29
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- job:
name: openstackclient-check-plugins
parent: unittests
run: playbooks/openstackclient-check-plugins/run
run: playbooks/openstackclient-check-plugins/run.yaml
timeout: 1800
required-projects:
- openstack/openstackclient