puppet-cinder/releasenotes/notes/deprecate_database_options-3abedcf672a6650f.yaml
Takashi Kajinami 4ec9e95447 Deprecate database options from the cinder class
... because these options have been implemented in the cinder::db
class.

Change-Id: I3fb49fd3b7a1130d85aa077e1660debe3ee2aea5
2020-10-20 11:22:41 +09:00

13 lines
371 B
YAML

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