a857b83c9c
The option was replaced 4 years ago[1] by connection_recycle_time. The
option is not anymore present in sqlalchemy. It's the good time to
remove it.
[1] 6634218415
Change-Id: I0c26c3e14ad9ad9a4f30af80757e369d6042441a
8 lines
277 B
YAML
8 lines
277 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Removed the ``[DATABASE] idle_timeout``, ``[database] idle_timeout``,
|
|
``[sql] idle_timeout``, ``[DEFAULT] sql_idle_timeout`` and
|
|
``[DATABASE] sql_idle_timeout`` options. These were all legacy
|
|
aliases for ``[database] connection_recycle_time``.
|