Hide Forgot
Description of problem: User with role that can't view children on network, can't see that network. Version-Release number of selected component (if applicable): is12 How reproducible: always Steps to Reproduce: 1. Create network. 2. Assign some role that is not allowed to view children on network to user. (ie. VmCreator, DiskCreator, ..) 3. As user check /api/networks Actual results: user can't see network Expected results: user can see network Additional info:
This is intentional by the design of the vnic profiles feature as described on [1]: NOTE: the permissions used below besides the direct one, and the VM/Template one, must allow the user to view the child objects The user has direct user permissions on the VNIC profile The user has user permissions on the VNIC profile's network ... This is due to the fact that the network is and administrative entity and should be viewed from the admin api and will be viewed on the user api if any of the conditions specified on [1] are met. [1] http://www.ovirt.org/Features/Vnic_Profiles#VNIC_Profiles