octavia/releasenotes/notes/fix-plugging-member-subnets-8560cd9403ff79a7.yaml
Adam Harwell 71c61b80a8 Fix plugging member subnets on existing networks
CalculateAmphoraDelta uses now subnets instead of networks.
HandleNetworkDelta plugs subnets on existing ports, or removes subnet
from ports
The Amphora server supports multiple 'plug' calls to the same port,
allowing to update the settings of an interface.

Stable branches: Also includes a follow up patch for amphorav1 [0]

[0] Ibbfca939ff580fd13c094c86721f703a711ffc46

Co-Authored-By: Gregory Thiemonge <gthiemon@redhat.com>

Story: 2004112
Task: 27533

Change-Id: I1384c6f52eec99e6573a8e83fe5a80a632804083
(cherry picked from commit 4b0d4c1b591e41d42fba87ce4a50a899abee6fcf)
2022-09-13 08:35:51 +02:00

9 lines
301 B
YAML

---
fixes:
- |
Fix a bug when adding a member on a subnet that belongs to a network with
multiple subnets, an incorrect subnet may have been plugged in the amphora.
- |
Fix a bug when deleting the last member plugged on a network, the port that
was no longer used was not deleted.