Merge "Move SQL web handler to driver"

This commit is contained in:
Zuul
2018-06-01 22:15:32 +00:00
committed by Gerrit Code Review
11 changed files with 94 additions and 97 deletions

View File

@@ -55,6 +55,7 @@ class WebServer(zuul.cmd.ZuulDaemonApp):
params['ssl_cert'] = get_default(self.config, 'gearman', 'ssl_cert')
params['ssl_ca'] = get_default(self.config, 'gearman', 'ssl_ca')
params['_connections'] = self.connections
params['connections'] = []
# Validate config here before we spin up the ZuulWeb object
for conn_name, connection in self.connections.connections.items():