Comment 2 for bug 1856207

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.policy (master)

Reviewed: https://review.opendev.org/698790
Committed: https://git.openstack.org/cgit/openstack/oslo.policy/commit/?id=b93f51c1aa85ca4735118668d1f890ca0fbe941d
Submitter: Zuul
Branch: master

commit b93f51c1aa85ca4735118668d1f890ca0fbe941d
Author: Zane Bitter <email address hidden>
Date: Thu Dec 12 11:03:30 2019 -0500

    Don't use string processing to combine deprecated rules

    Constructing a policy string by sticking ' or ' between the new and
    deprecated check_str values is error-prone. Construct the policy
    programmatically instead by parsing the check_str values separately and
    combining them into an OrCheck.

    Change-Id: Ia2ee05aa08326c6daa214a7b1156baa6efe43dc0
    Closes-Bug: #1856207