Comment 4 for bug 1609467

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

Reviewed: https://review.openstack.org/350661
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=28c443f4e320c4c35b650f0aedb1e6343c785be3
Submitter: Jenkins
Branch: master

commit 28c443f4e320c4c35b650f0aedb1e6343c785be3
Author: zarrouk <email address hidden>
Date: Wed Aug 3 17:43:14 2016 +0200

    Do not send shared param when not allowed.

    When a user changes the name of a network,
    neutron returns a 403 error.
    Even if the user only changes the name and doesn't
    change the shared state, Horizon send
    the shared data to neutron and neutron returns
     403 when the user doesn't have admin rights

    Change-Id: I52726b7215acb877f38069c95d190eb36399954f
    Closes-Bug: #1609467