Comment 7 for bug 1609467

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

Reviewed: https://review.openstack.org/360976
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3dea56b7155237ac1323f6dfc6d4cb13981157f6
Submitter: Jenkins
Branch: stable/mitaka

commit 3dea56b7155237ac1323f6dfc6d4cb13981157f6
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
    (cherry picked from commit 28c443f4e320c4c35b650f0aedb1e6343c785be3)