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
7 lines
182 B
YAML
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.
|