magnum/releasenotes/notes/missing-ip-in-api-address-c25eef757d5336aa.yaml
Feilong Wang 5dfb0d94c0 [k8s] Fix no IP address in api_address
This is a corner case that when floating_ip_enabled=False,
master_lb_enabled=True,master_lb_floating_ip_enabled=False in
cluster template, but setting floating_ip_enabled=True when
creating the cluster. The current logic is not correct which
resulted in missing IP address in the api_address of cluster.

Task: 39519
Story: 2007586

Change-Id: I5e2ca270c4f4e2c48d067cd5b8f6609c037cb6e5
2020-04-22 21:58:28 +12:00

9 lines
336 B
YAML

---
fixes:
- |
There was a corner case that when floating_ip_enabled=False,
master_lb_enabled=True,master_lb_floating_ip_enabled=False in
cluster template, but setting floating_ip_enabled=True when
creating the cluster, which causes missing IP address in the
api_address of cluster. Now the isssue has been fixed.