File: add-concurrency-lock_path-666f5836ec062c5a.yaml

package info (click to toggle)
puppet-module-glance 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,916 kB
  • sloc: ruby: 5,895; python: 38; makefile: 11; sh: 10
file content (13 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    The ``glance::api`` class now supports a ``lock_path`` parameter that
    configures the oslo.concurrency lock_path with a platform specific
    default value. Distributions that are used to defining the lock_path
    with a distribution specific config file may need to override the
    default ``glance::api::lock_path`` value.
fixes:
  - |
    `Bug #1980539 <https://bugs.launchpad.net/puppet-glance/+bug/1980539>`_:
    Configure the oslo.concurrency lock_path, which is now required by cinder
    backends.