From e95df0b333541f14ab310f3e05c838d9399d5dca Mon Sep 17 00:00:00 2001 From: Patrick East Date: Wed, 21 Oct 2015 12:11:42 -0700 Subject: [PATCH] Pass zuul_revision through to zuul_scheduler class We would currently pass it to the zuul_merger but not the scheduler, this would end up making the zuul version installed to fall back to master instead of whatever is specified. Change-Id: If2ca48ce15238583b63024cdf5c1bd754d60203c --- manifests/single_node_ci.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/single_node_ci.pp b/manifests/single_node_ci.pp index 3a62567..bc53422 100644 --- a/manifests/single_node_ci.pp +++ b/manifests/single_node_ci.pp @@ -221,6 +221,7 @@ class openstackci::single_node_ci ( smtp_host => $smtp_host, smtp_default_from => $smtp_default_from, smtp_default_to => $smtp_default_to, + revision => $zuul_revision, } class { '::openstackci::nodepool':