Files
octavia/releasenotes/notes/add_vip_sg_ids_amphora_driver-8b8078aa674ff60a.yaml
Gregory Thiemonge 0e440c9e7b Handle custom security groups in controller
Change-Id: I6f525ebd294308a411e384d3628ba8876d429d02
2025-02-19 14:15:11 +01:00

11 lines
498 B
YAML

---
features:
- |
Add the vip_sg_ids parameter to the Amphora driver, a list of Neutron
Security Groups. When set, the Amphora driver applies the Security Groups to
the VIP port of the Load Balancer. It also doesn't set any Security Group
Rules related to the Listeners on this ports, however it adds Security
Groups Rules for VRRP and haproxy peers when needed.
This feature does not work with SR-IOV ports as Neutron does not support
Security Groups on these ports.