
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
8 lines
229 B
YAML
8 lines
229 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Support for configuring the database as a `connection` in
|
|
``zuul.conf`` was deprecated in Zuul version 4.0 and has now been
|
|
removed. Refer to :ref:`database` how to configure the database
|
|
now.
|