15b416c34c
Suppress noisy deprecation warnings in favor of a single blanket warning. Oslopolicy-policy-generator will still emit the same deprecation warnings, and oslopolicy-policy-upgrade can be used to migrate existing custom policies to the upgraded version. This change requires no modification to oslo.policy and so no new release or requirements bump will be needed. Change-Id: I3c27c61cee3527b39f6a167b11198ab066614a1d Closes-bug: #1836568
11 lines
540 B
YAML
11 lines
540 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1836568 <https://bugs.launchpad.net/keystone/+bug/1836568>`_
|
|
Addresses a side effect of the large series of policy migrations in which
|
|
the volume of deprecation warnings that were emitted had become too massive
|
|
to be helpful. Instead of emitting warnings for individual policy rules,
|
|
the keystone server now emits a single warning indicating problematic rules
|
|
were found. Operators can use oslopolicy-policy-generator and
|
|
oslopolicy-policy-upgrade to find and resolve deprecated policies.
|