zuul/releasenotes/notes/sql-connection-removal-8579399ab165abf9.yaml
James E. Blair 41d8e478a5 Remove "sql connection" backwards compatability for database
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
2022-01-25 16:07:08 -08:00

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.