kuryr-kubernetes/releasenotes/notes/deprecate-sg-mode-option-96824c33335cd74b.yaml
Maysa Macedo 213483fd09 Remove lb sg creation when octavia provider is ovn-octavia
When deleting services and the respective load balancer
with using ovn-octavia provider, the lb sg is not deleted.
This commit fixes the issue by removing the LB sg creation
when the octavia provider is ovn-octavia, as that sg is not
really enforced.

Closes-bug: 1880207
Change-Id: I2c77b1d0ac682008ff6c31781d6075c208c689d0
2020-05-28 08:08:16 +00:00

11 lines
446 B
YAML

---
deprecations:
- |
Setting the ``sg_mode`` option for octavia is being deprecated.
Main reason is that when ``sg_mode`` is create a new load balancer
security group is created. However, when ovn-octavia provider is
used that security group is not enforced, and thus there is no
need to have been created.
To address the other operation handled on this config, the
``enforce_sg_rules`` config can be used instead.