213483fd09
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
11 lines
446 B
YAML
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.
|