Comment 5 for bug 1699717

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

Reviewed: https://review.openstack.org/481008
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard/commit/?id=a767cef2ad7973696b1723e17f518cc6435aaacc
Submitter: Jenkins
Branch: master

commit a767cef2ad7973696b1723e17f518cc6435aaacc
Author: Adit Sarfaty <email address hidden>
Date: Thu Jul 6 15:09:07 2017 +0300

    Fix FWaaS create/update rule with non-admin

    Creating and updating a shared rule is forbidden for non admin user.

    This patch makes sure the 'shared' attribute is disabled, and not added
    to the request body of the update request, so the request will not fail
    in neutron.

    Change-Id: I439947198bd9b0a647640f3f663ba7029b2507b4
    Closes-Bug: #1699717