de4f7d5138
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
21 lines
644 B
YAML
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.
|