From a857b83c9c28d1fe461d1c06549607c48acf337b Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Wed, 3 Mar 2021 12:59:53 +0100 Subject: 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 --- .../notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/removed-deprecated-idle-timeout-051a6a9a792bd8de.yaml (limited to 'releasenotes') 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``. -- cgit v1.2.1