Comment 2 for bug 1268823

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

Reviewed: https://review.openstack.org/69095
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e4836bd08c5cc86090116bf79566bee5082edc82
Submitter: Jenkins
Branch: master

commit e4836bd08c5cc86090116bf79566bee5082edc82
Author: Stephen Ma <email address hidden>
Date: Mon Jan 20 15:48:28 2014 +0000

    Disallow non-admin users update net's shared attribute

    Currently non-admin user cannot create a network with
    shared=True. But the user can create the network and then
    change the shared attribute to True.

    This patch will no longer allow non-admin user to update a
    network's shared value to True.

    Change-Id: Id596ee399c56b9882efab97a89dbf7d14c5cf7f4
    Closes-Bug: 1268823