Comment 2 for bug 1710255

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

Reviewed: https://review.openstack.org/493113
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=538417b8522f5805d3a9cd59c0cdc71073c122ac
Submitter: Jenkins
Branch: master

commit 538417b8522f5805d3a9cd59c0cdc71073c122ac
Author: Ying Zuo <email address hidden>
Date: Fri Aug 11 11:08:14 2017 -0700

    Remove admin requirement for shared network actions

    Currently the delete network, edit network, and create subnet actions
    for a shared network are restricted to admin users only.

    Instead of hardcoding this requirement, these actions should be
    enabled based on the neutron policy.

    Change-Id: I0d380d418e5ff9584531a64715f3d7791a30ded6
    Closes-bug: 1710255