Commit 84513a6
committed
OpenStack: Fix dualstack with external load-balancer
When the cluster is created with an external load-balancer,
no api or ingress VIP Ports exists, but for dual-stack
installations we are expecting those Ports to pre-exists,
resulting in failure to add security groups to those Ports.
This commit fixes the issue by ensuring to only attach the
security group when no external lb is configured and dual-stack
is used.1 parent 2bdbd5d commit 84513a6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments