puppet-ironic/releasenotes/notes/deprecate_database_options-15e12ef5cfd2b958.yaml
Takashi Kajinami de4f7d5138 Deprecate database options from the base class
This patch deprecates database options in the ``ironic`` class and
the ``ironic::inspector`` class, because these options were already
implemented in independent db classes.

Change-Id: I6c676a7b56c6f748430b4e112251279eb618074d
2020-10-21 03:59:18 +00:00

21 lines
644 B
YAML

---
deprecations:
- |
The following options have been deprecated, as those options have been
moved to ironic::db class.
- ``ironic::database_connection``
- ``ironic::database_idle_timeout``
- ``ironic::database_max_overflow``
- ``ironic::database_max_pool_size``
- ``ironic::database_max_retries``
- ``ironic::database_retry_interval``
- |
The ``ironic::database_reconnect_interval`` parameter has been deprecated
and now has no effect.
- |
The ``ironic::inspector::db_connection`` parameter has been deprecated. Use
the ``ironic::inspector::db::database_connection`` parameter instead.