octavia/releasenotes/notes/fix-network-interface-collision-939fd32587ea3344.yaml
Gregory Thiemonge c4dd87f9b1 Avoid interface name collisions in the amphora
After unpluging a network, the octavia-agent may try to plug a new
network to a new interface while another interface with the same name
already exists.

Closes-Bug: #2017894

Change-Id: I7f150c2c1c3da706055aba5e02b5ad7c032806f1
2023-05-16 11:52:54 +02:00

9 lines
309 B
YAML

---
fixes:
- |
Fixed a potential error when plugging a member from a new network after
deleting another member and unplugging its network. Octavia may have tried
to plug the new network to a new interface but with an already existing
name.
This fix requires to update the Amphora image.