From 915fd8671434d11d1be83fd87e926298d3e9c62c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 28 Oct 2017 10:36:27 -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: I475a5ac24f025fb120fcc57579be62d98b5c3d2c --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d3c75990..250cb1ac 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,8 +1,8 @@ - job: name: zunclient-devstack-docker-sql parent: legacy-dsvm-base - run: playbooks/zunclient-devstack-docker-sql/run - post-run: playbooks/zunclient-devstack-docker-sql/post + run: playbooks/zunclient-devstack-docker-sql/run.yaml + post-run: playbooks/zunclient-devstack-docker-sql/post.yaml timeout: 4200 required-projects: - openstack-dev/devstack