summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDaniel Bengtsson <dbengt@redhat.com>2021-03-03 12:59:53 +0100
committerDaniel Bengtsson <dbengt@redhat.com>2021-06-23 13:04:45 +0200
commita857b83c9c28d1fe461d1c06549607c48acf337b (patch)
tree356e8922f76b66d1955d72e86c9d7471ecbfac0c /releasenotes
parent3400d2df482c01ba1ea0686c8922ccca73fcdd57 (diff)
downloadoslo-db-a857b83c9c28d1fe461d1c06549607c48acf337b.tar.gz
Remove the idle_timeout option.
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] https://opendev.org/openstack/oslo.db/commit/6634218415906192fca891362b8fa0ac50b66284 Change-Id: I0c26c3e14ad9ad9a4f30af80757e369d6042441a
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml b/releasenotes/notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml
new file mode 100644
index 0000000..0e7e82b
--- /dev/null
+++ b/releasenotes/notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml
@@ -0,0 +1,7 @@
+---
+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``.