When trying to enroll a node in Ironic through the Horizon webGUI, the following error is displayed :
```
Error: Unable to retrieve Ironic drivers: "baremetal:driver:get": "(role:reader and system_scope:all) or (role:service and system_scope:all) or rule:service_role" requires a scope of ['system'], request was made with project scope. (HTTP 500)
```
This could be linked to this Kayobe bug : https://bugs.launchpad.net/kayobe/+bug/2089027
Logs returned with `grep ERROR /var/log/kolla/ironic/*`
```
ironic-api-wsgi.log:2024-11-20 08:46:24.077 26 ERROR ironic.common.policy [None req-1de4b076-ea16-485a-b0d5-c20a4fb591c2 8ab947ddddc94f99bde35966694a620d 7842595dd2334224a80059649f8adc47 - - default default] Rejecting authorization: baremetal:node:list_all is disallowed by policy: oslo_policy.policy.PolicyNotAuthorized: baremetal:node:list_all is disallowed by policy
ironic-api-wsgi.log:2024-11-20 08:46:25.659 27 ERROR ironic.api.method [None req-581e7d99-87ba-41af-9978-82b21cf30574 8ab947ddddc94f99bde35966694a620d 7842595dd2334224a80059649f8adc47 - - default default] Server-side error: ""baremetal:driver:get": "(role:reader and system_scope:all) or (role:service and system_scope:all) or rule:service_role" requires a scope of ['system'], request was made with project scope.". Detail:
```
A server error for a scope related error is something. Could you provide more details; Ironic version, full log, etc.