octavia/releasenotes/notes/fix-bad-management-port-update-3fa157f74ee8c7b2.yaml
Gregory Thiemonge 8ccc0d0176 Don't update the management port when calculating delta
CalculateDelta should be used to get the list of subnets/networks to
plug (or unplug) into the amphora for the VIP and the members.
It should never reconfigure the management port.

Story 2010623
Task 47564

Change-Id: Iccae6ec561603653183911146a638272df631e92
2023-07-25 17:50:27 +02:00

8 lines
257 B
YAML

---
fixes:
- |
Fixed an issue when adding or deleting a member, Octavia might have
reconfigured the management port of the amphora by adding or removing
additional subnets. Octavia no longer updates the management port during
those tasks.