puppet-nova/releasenotes/notes/deprecate_database_options-8caf6460b39a132a.yaml
Takashi Kajinami 2bda3d3e46 Fix incorrect release note about db options deprecation
This patch fixes the following 2 problems about the release note added
by the previous change[1].

 - the release note is located in the wrong path
 - these parameters are still valid

[1] 5e269a9f323dcc0383fc9203468d96a7fd63acab

Change-Id: I8fd94a94af3ddfaaf6b9eb1a41746fe82b041ad1
2020-10-20 01:57:42 +00:00

16 lines
467 B
YAML

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