7261730dff
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
8 lines
261 B
YAML
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.
|