
In 4.0 we deprecated connections using the "sql" driver in favor of using the new "database" config file section. Remove the backwards compatible handling of that so that "sql" connections or lack of "database" section report an error. Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
13 lines
408 B
YAML
13 lines
408 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The components zuul-scheduler and zuul-web now require database
|
|
configuration. There is now only one supported database connection. If
|
|
multiple sql connections have been configured only the first one will be
|
|
used.
|
|
|
|
deprecations:
|
|
- |
|
|
Defining database connections using sql connection is now
|
|
deprecated. Refer to :ref:`database` how to configure the database now.
|