From f811fbab2944e434f71d62858fc2986b8d79151a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:24:03 -0700 Subject: [PATCH] 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 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5c8622e..51a35c2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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