Files
octavia/releasenotes/notes/aodh-service-api-5c485a172d76fa1a.yaml
Tobias Urdin 32eca8ae06 Add service role allowed to list members in pool
The Aodh project has an evaluator for Octavia
where it lists the members of a pool to determine
which members is unhealthy [1].

Today this requires the service user used
for Aodh to have the admin role globally
in the cloud, with this change we could
narrow this down to the service user for
Aodh only needing the service role and
not be admin.

[1] https://github.com/openstack/aodh/blob/master/aodh/evaluator/loadbalancer.py#L72

Change-Id: Ieeed0ffd96ad908b43d5e9eed8c53d626e415f5e
2025-04-14 08:25:00 +02:00

7 lines
182 B
YAML

---
features:
- |
The ``service`` role now has access to list members in
a pool, this is needed by Aodh to evaluate unhealthy
members in a pool when doing evaluations.