From 01ca498e1b4dfac91e93a8bd9692cc73292b8563 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 4 Dec 2013 08:57:35 -0800 Subject: [PATCH] Document zuul_url breaking change The change to add zuul_url breaks backwards compatibility, so document it in NEWS. Change-Id: Iac4e6540f5383a570961b157b15ad4707c520414 --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index c4901a8a6a..bbaa2a206f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -36,3 +36,9 @@ Since 1.3.0: reporters. This requires restructuring the start/success/failure actions to include a dictionary of reporters and their parameters. See reporters in the docs and layout.yaml-sample. + +* The zuul_url configuration option is required in zuul.conf. It + specifies the URL of the git repositories that should be used by + workers when fetching Zuul refs and is passed to the workers as the + ZUUL_URL parameter. It should probably be set to + "http://zuul-host-name/p/".