octavia/releasenotes/notes/fix-full-graph-loadbalancer-creation-if-jobboard-is-disabled.yaml
Anton Kurbatov 216cce39c9 Fix full graph loadbalancer creation if jobboard is disabled
This patch fixes the creation of a full loadbalancer graph in case the
jobboard_enabled config value is False, when no "listeners" parameter was
passed to the get_create_load_balancer_flow function call: use kwargs as the
flow creation function parameters and handle "store" separately.

Story 2010335
Task 46462

Signed-off-by: Anton Kurbatov <Anton.Kurbatov@acronis.com>
Change-Id: Id328b27db1ec9c8e17bf18120259e41e75dab3b9
2022-09-29 07:38:15 +00:00

6 lines
121 B
YAML

---
fixes:
- |
Fix a bug when full graph of load balancer is created without
listeners if jobboard_enabled=False