Comment 8 for bug 1822105

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/stein)

Reviewed: https://review.opendev.org/657920
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=83231738ea4ec0540606b7219538bd9efbeaabb3
Submitter: Zuul
Branch: stable/stein

commit 83231738ea4ec0540606b7219538bd9efbeaabb3
Author: Slawek Kaplonski <email address hidden>
Date: Thu Mar 28 21:36:11 2019 +0100

    Fix creating policy rules from subattributes.

    In case of policy rule checks for rules like e.g.
    "create_port:fixed_ips:subnet" couldn't be created to be
    passed to policy enforcer because policy module could only
    create rule checks for subattributes which are dict types.

    With this patch checks for such rules can be created also for
    attributes which are list of dicts, like e.g. fixed_ips in port
    resource.

    Change-Id: I02fffe77f57a513d2362df78885d327042bb8095
    Closes-Bug: #1822105
    (cherry picked from commit 9318fb8bb930a65cb0b388fd4a40fc83183d9199)