octavia/releasenotes/notes/fix-health-monitor-info-retrieval-in-api-response-d3b2e02a3a966f60.yaml
Nguyen Ngoc Hieu 7261730dff Fix health monitor information retrieval in API response
Closes bug: #2038367

Behavior: In the response body of the LB API when creating
a new load balancer, the information about the health
monitor is always null, even though it has been configured.

Reproduce: Using the Octavia API to create a new LB with
all components. You cannot see any information about the
health monitor that will be returned.

Proposed Fix: Modify the assignment to use
`data_model.health_monitor` instead of `pool.healthmonitor`.

Change-Id: Ia914ad89b6fdf3606c3d4bff0a4c425348c15e0c
2023-10-13 11:55:57 +07:00

8 lines
261 B
YAML

---
fixes:
- |
Bug fix: The response body of the LB API, when creating a new load
balancer, now correctly includes information about the health monitor.
Previously, this information was consistently null, despite configuring
a health monitor.