File: oslo-db-config-group-4502ce93406f57b4.yaml

package info (click to toggle)
puppet-module-oslo 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: ruby: 2,304; python: 38; makefile: 10; sh: 10
file content (9 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Added new parameter oslo::db::config_group that can be used to tell the
    oslo::db resource in which config section in the configuration file it
    should set the oslo.db specific database options. This doesn't change any
    existing behavior and the default value is ``database``, this is to support
    services like Placement that reads database config from ``placement_database``
    group.