Comment 7 for bug 1610069

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

Reviewed: https://review.openstack.org/352955
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=616102a9ffc05f820a5f44cbcff8941cb228066d
Submitter: Jenkins
Branch: master

commit 616102a9ffc05f820a5f44cbcff8941cb228066d
Author: Andrew Laski <email address hidden>
Date: Tue Aug 9 11:01:26 2016 -0400

    Add separate create/delete policies to attach_interface

    In the v2 API there were separate policy checks for the attach and
    detach interface actions. This allowed deployers to allow one and not
    the other. The v2.1 API policy check did not have this split so both had
    to be enabled/disabled.

    This patch adds additional checks to allow deployers more granular
    control.

    Change-Id: Icf1f0dd12920a2c6126e52a548f3fa4636b431d6
    Closes-Bug: 1610069