File: remove-database-params-f7bcf4be24f64a78.yaml

package info (click to toggle)
puppet-module-heat 25.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: ruby: 3,889; python: 38; sh: 10; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 432 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 ``heat`` class has been removed.

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

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