File: remove-database-params-1e660cd58eff4038.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 (17 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
upgrade:
  - |
    The following parameters of the ``ironic`` class has been removed.

    - ``database_min_pool_size``
    - ``database_connection``
    - ``database_max_retries``
    - ``database_idle_timeout``
    - ``database_reconnect_interval``
    - ``database_retry_interval``
    - ``database_max_pool_size``
    - ``database_max_overflow``

  - |
    The ``database_min_pool_size`` parameter of the ``ironic::db`` class has
    been removed.