Replace 'web' section with 'webclient'

'web' section is used by zuul-web component while zuul REST API
client uses 'webclient' section.

Change-Id: I145c9270ca6676abd0d4977ce1c4c637d304a264
This commit is contained in:
Vitaliy Lotorev 2022-06-05 17:31:23 +03:00
parent c73fac4585
commit ab68665f12
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ upgrade:
Commands such as `zuul enqueue` which were previously executed via
Gearman may still be used by creating an authentication token and
adding a `web` section to zuul.conf.
adding a `webclient` section to zuul.conf.

View File

@ -609,7 +609,7 @@ class Client(zuul.cmd.ZuulApp):
self.args.auth_token)
else:
print('Unable to find a way to connect to Zuul, add a '
'"web" section to your configuration file')
'"webclient" section to your configuration file')
sys.exit(1)
if server is None:
print('Missing "server" configuration value')