File: add-deprecated-metadata-to-DeprecatedRule-79d2e8a3f5d11743.yaml

package info (click to toggle)
python-oslo.policy 4.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,012 kB
  • sloc: python: 6,099; makefile: 23; sh: 20
file content (12 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    ``DeprecatedRule`` now accepts two new parameters: ``deprecated_reason``
    and ``deprecated_since``. These should be used in place of the equivalent
    parameters on the rule that is replacing this rule in order to avoid
    confusion.
upgrade:
  - |
    Users with a ``RuleDefault`` or ``DocumentedRuleDefault`` that have
    configured a ``deprecated_rule`` should move the ``deprecated_reason``
    and ``deprecated_since`` parameters to this ``DeprecatedRule``.