Moti Asayag has submitted this change and it was merged. Change subject: engine: Add option to create network for public use ......................................................................
engine: Add option to create network for public use The patch adds an option on Network creation to define the network for public use. If configured for public use, 'everyone' will get permissions on the network with NetworkUser role. The motivation is to allow easy access and management of network so it could be accessed by the system's users. In addition, since the Networks entities are now managed as part of the MLA, the creator of the network will be granted with NetworkAdmin role for the created network. Change-Id: I14e046c7a98ab6f9de53bec5b8ccc73ac4ba672f Signed-off-by: Moti Asayag <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddNetworkCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/AddNetworkStoragePoolParameters.java 2 files changed, 32 insertions(+), 0 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9541 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I14e046c7a98ab6f9de53bec5b8ccc73ac4ba672f Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Muli Salem <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
