octavia/releasenotes/notes/validate-vip-network-params-57662cc3a99f80e5.yaml
Gregory Thiemonge dda1d8665c Add validation for VIP network parameters in amphora driver
Some network parameters can be validated in the API, it would avoid to
handle exceptions in the worker when plugging networking resources.
This commit validates that port_security_enabled is True on the VIP
network when using the amphora driver.

Story: 2008449
Task: 41422

Change-Id: I1236d3c6231a657b2aa53b1e488a4d0fe3215070
2021-01-26 17:34:21 +01:00

6 lines
155 B
YAML

---
fixes:
- |
Add a validation step in the Octavia Amphora driver to ensure that the
port_security_enabled parameter is set on the VIP network.