Description of problem: When an user has only VmCreator role and he is logged into User Portal, he obviously can't see other VMs in the RHEVM environment. He can see only ones he created (as he gets UserVmManager)... When this user creates new VM for example called 'test' and same VM already exists in the RHEVM environment but the user is not "owner" (neither UserRole nor UserVmManager) of the VM, thus he can't see it in the list, he gets an error msg on Name form 'Name must be unique'. This msg is right but to be more friendly it would be better to explain that such name is already used even the user can't see it. Thus msg should be more informative. Version-Release number of selected component (if applicable): rhevm-userportal-3.5.0-0.31.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. create VM 'test' as admin@internal 2. be logged into User Portal with VmCreator role (nothing else) 3. create new VM called 'test' Actual results: 'Name must be unique' but there's no VM visible in the VM list Expected results: more informative msg, for example 'Name already used in the environment, create new unique name' Additional info:
maybe name should not be unique at all ;)
let's just fix the text. comment #1 is a much bigger scope we're not gonna address as part of this bug;-)
ok, text is now more clear. rhevm-userportal-3.6.0-0.13.master.el6.noarch