We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8278a85 commit cef7a1bCopy full SHA for cef7a1b
pkg/cloud/services/networking/securitygroups.go
@@ -132,7 +132,7 @@ func (s *Service) generateDesiredSecGroups(openStackCluster *infrav1.OpenStackCl
132
133
if openStackCluster.Spec.Bastion != nil && openStackCluster.Spec.Bastion.Enabled {
134
controlPlaneRules = append(controlPlaneRules, GetSGControlPlaneSSH(secBastionGroupID)...)
135
- controlPlaneRules = append(controlPlaneRules, GetSGWorkerSSH(secBastionGroupID)...)
+ workerRules = append(workerRules, GetSGWorkerSSH(secBastionGroupID)...)
136
137
desiredSecGroups[bastionSuffix] = infrav1.SecurityGroup{
138
Name: secGroupNames[bastionSuffix],
0 commit comments