summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2017-11-28 16:16:24 -0800
committerJames E. Blair <jeblair@redhat.com>2017-11-28 16:42:02 -0800
commited3eb9fe823e193e850e170405eecbc1411667f6 (patch)
tree23e98b736c692bed92e1188836a482d4c17970e1
parent7820948b9edc189c64daa62eaaadb98530f83059 (diff)
downloadheat-9.0.2.tar.gz
Zuul: add file extension to playbook path9.0.2
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: I60d9a92683bc7ec5f9ef204f147a18de9c99e9c7
-rw-r--r--.zuul.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index bbc7a8b56..5ac05a038 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,8 +1,8 @@
- job:
name: heat-functional-devstack-base
parent: legacy-dsvm-base
- run: playbooks/devstack/functional/run
- post-run: playbooks/devstack/functional/post
+ run: playbooks/devstack/functional/run.yaml
+ post-run: playbooks/devstack/functional/post.yaml
timeout: 7800
required-projects:
- openstack-infra/devstack-gate