File: deprecate_database_options-15e12ef5cfd2b958.yaml

package info (click to toggle)
puppet-module-ironic 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 5,888; python: 38; sh: 10; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.