Fix status_url section in zuul.conf-sample

The status_url needs to be in the [webapp] section

Change-Id: I1568d7e6e62682bfca87979fc71db5648f1ed72e
This commit is contained in:
Tristan Cacqueray 2017-07-13 03:11:28 +00:00
parent 5028172b89
commit 7d04c4d738
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,6 @@ start=true
;ssl_cert=/path/to/server.pem
;ssl_key=/path/to/server.key
[zuul]
status_url=https://zuul.example.com/status
[scheduler]
tenant_config=/etc/zuul/main.yaml
log_config=/etc/zuul/logging.conf
@ -40,6 +37,7 @@ port=9000
[webapp]
listen_address=0.0.0.0
port=8001
status_url=https://zuul.example.com/status
[connection gerrit]
driver=gerrit