File: remove-database-params-6af198c038340c34.yaml

package info (click to toggle)
puppet-module-octavia 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,588 kB
  • sloc: ruby: 3,940; python: 38; makefile: 12; sh: 10
file content (18 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
upgrade:
  - |
    The following parameters of the ``octavia`` class has been removed.

    - ``database_min_pool_size``
    - ``database_connection``
    - ``database_db_max_retries``
    - ``database_idle_timeout``
    - ``database_max_overflow``
    - ``database_max_pool_size``
    - ``database_max_retries``
    - ``database_pool_timeout``
    - ``database_retry_interval``

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