From 28a084b3e499e93e9022177c3462bf38cd17798a Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 1 May 2017 17:56:19 -0400 Subject: [PATCH] Clone zuul from git.openstack.org for zuul-env Break the dependency on openstack-repos as we are considering removing this element for zuulv3. Also, this is a requirement if for us maybe building our project-config nodepool images in the gate. Change-Id: I3bddca68385dc6c765fefb01e3042a48c4df5b3d Signed-off-by: Paul Belanger --- nodepool/elements/nodepool-base/install.d/89-install-zuul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodepool/elements/nodepool-base/install.d/89-install-zuul b/nodepool/elements/nodepool-base/install.d/89-install-zuul index 59bd5d29f5..ac78adbd5d 100755 --- a/nodepool/elements/nodepool-base/install.d/89-install-zuul +++ b/nodepool/elements/nodepool-base/install.d/89-install-zuul @@ -21,4 +21,4 @@ set -eu set -o pipefail virtualenv /usr/zuul-env -/usr/zuul-env/bin/pip install /opt/git/openstack-infra/zuul +/usr/zuul-env/bin/pip install git+https://git.openstack.org/openstack-infra/zuul.git