Comment 26 for bug 1602081

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

Reviewed: https://review.openstack.org/341905
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=304bc201c004d549de408c75cfe731eb65fde78d
Submitter: Jenkins
Branch: master

commit 304bc201c004d549de408c75cfe731eb65fde78d
Author: Adam Young <email address hidden>
Date: Mon Sep 12 21:39:45 2016 -0400

    Use to_policy_values for policy credentials

    The base oslo.context defines to_policy_values with all the information
    that it expects a service to require to enforce policy. Use that instead
    of throwing everything in to_dict at policy enforcement.

    Change-Id: I0a42b4425e9dd1bd062c48792c4d116dd370afe3
    Closes-Bug: #1602081