puppet-aodh/releasenotes/notes/deprecate_database_options-308ca7c9b09e02cc.yaml
Takashi Kajinami f9b9656b17 Deprecate database options from the aodh class
... because these options have been implemented in the aodh::db class.

Change-Id: I261c093be1c685dd57ac0eed1374d702cdb8c11b
2020-10-20 02:03:54 +00:00

14 lines
390 B
YAML

---
deprecations:
- |
The following options have been deprecated, as those options have been
moved to aodh::db class.
- ``aodh::database_connection``
- ``aodh::slave_connection``
- ``aodh::database_idle_timeout``
- ``aodh::database_max_overflow``
- ``aodh::database_max_pool_size``
- ``aodh::database_max_retries``
- ``aodh::database_retry_interval``