ab68665f12
'web' section is used by zuul-web component while zuul REST API client uses 'webclient' section. Change-Id: I145c9270ca6676abd0d4977ce1c4c637d304a264
12 lines
431 B
YAML
12 lines
431 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Zuul no longer uses gearman. It is no longer required to run a
|
|
Gearman server, and the Zuul scheduler no longer does so. All
|
|
gearman-related settings in zuul.conf files are now ignored and
|
|
may be removed.
|
|
|
|
Commands such as `zuul enqueue` which were previously executed via
|
|
Gearman may still be used by creating an authentication token and
|
|
adding a `webclient` section to zuul.conf.
|