File: placement-use-oslo-db-d896185a903f449a.yaml

package info (click to toggle)
puppet-module-placement 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: ruby: 1,516; python: 38; makefile: 10; sh: 10
file content (16 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    Added the following parameters to placement::db, it now also uses the
    oslo::db resource to create the databaes configuration:

      - ``database_sqlite_synchronous``
      - ``database_slave_connection``
      - ``database_mysql_sql_mode``
      - ``database_max_pool_size``
      - ``database_max_retries``
      - ``database_retry_interval``
      - ``database_max_overflow``
      - ``database_connection_debug``
      - ``database_connection_trace``
      - ``database_pool_timeout``