Ala Hino has uploaded a new change for review. Change subject: permissions: Change role type of ActionGroup.IMPORT_EXPORT_VM ......................................................................
permissions: Change role type of ActionGroup.IMPORT_EXPORT_VM Changed role type of ActionGroup.IMPORT_EXPORT_VM from RoleType.ADMIN to RoleType.USER. This change is required in order to enable defining permissions for users to import/export VMs or templates. Change-Id: Ic701948cc390118a652158067f27979d1e268c37 Related-Bug: https://bugzilla.redhat.com/1108153 Signed-off-by: Ala Hino <ah...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ActionGroup.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/41050/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ActionGroup.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ActionGroup.java index 5e3f22f..1d4071f 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ActionGroup.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ActionGroup.java @@ -22,7 +22,7 @@ */ CONNECT_TO_VM(7, RoleType.USER, true, ApplicationMode.VirtOnly), - IMPORT_EXPORT_VM(8, RoleType.ADMIN, true, ApplicationMode.VirtOnly), + IMPORT_EXPORT_VM(8, RoleType.USER, true, ApplicationMode.VirtOnly), CONFIGURE_VM_NETWORK(9, RoleType.USER, true, ApplicationMode.VirtOnly), CONFIGURE_VM_STORAGE(10, RoleType.USER, true, ApplicationMode.VirtOnly), MOVE_VM(11, RoleType.USER, true, ApplicationMode.VirtOnly), -- To view, visit https://gerrit.ovirt.org/41050 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic701948cc390118a652158067f27979d1e268c37 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ala Hino <ah...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches