nova/releasenotes/notes/bug-1716786-7c3fc081f29f4dac.yaml
Takashi NATSUME 503a78b47c Deprecate idle_timeout in api_database
In oslo.db, the 'idle_timeout' has been renamed to
'connection_recycle_time' in
I5e39d5ac81eaa8d85b1dfb18862fe27695ab8b96.

So the 'idle_timeout' in 'api_database' group is
renamed to 'connection_recycle_time' as well.

Change-Id: Ie6e003be241d071904a99fdf6d83bc1186602f99
Closes-Bug: #1716786
2017-09-25 15:22:21 +00:00

5 lines
138 B
YAML

---
deprecations:
- |
The ``idle_timeout`` option in the ``api_database`` group
has been renamed to ``connection_recycle_time``.