I am trying to Create a VM using the Instances->VMs form
I get the following error:
[one.template.instantiate] User [17] : Not authorized to perform MANAGE USER [11]; Not authorized to perform MANAGE GROUP [109].
But the docs say the permission I would need the user to have is TEMPLATE:USE which they have in the ACLs.
https://docs.opennebula.io/6.0/integration_and_development/system_interfaces/api.html#onetemplate
— So the issue seems to be that I am logged in as user 17 in group 115, but in the Sunstone UI it auto-selects to instantiate the VM as user 11 group 109, so I have to manually select instantiate as the current logged in user and group. Is there a way to fix this ?