octavia/releasenotes/notes/same-port-listeners-41198368d470e821.yaml
Gregory Thiemonge b42a64a00e Allow listeners for different protocols on the same port
Added 'protocol' name in the unique constraint list for listeners,
updated conflicting/duplicate entries detection in API.
Added alembic migration script.

Story: 2005070
Task: 29643

Change-Id: If85b59bddb8d6dc9916c3fef5155e838f1af63b6
2019-08-09 10:11:36 +02:00

6 lines
155 B
YAML

---
fixes:
- |
Fixed bug which prevented the creation of listeners for different protocols
on the same port (i.e: tcp port 53, and udp port 53).