File: bug-1880959-8f1370a59759d40d.yaml

package info (click to toggle)
python-oslo.policy 4.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,012 kB
  • sloc: python: 6,099; makefile: 23; sh: 20
file content (8 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    [`bug 1880959 <https://bugs.launchpad.net/keystone/+bug/1880959>`_]
    The behavior of policy file reloading from policy directories was fixed.
    Previously the rules from policy files located in the directories
    specified in the ``policy_dirs`` option were not reapplied after the rules
    from the primary policy file have been reapplied due to a change.