Skip to content

Commit

Permalink
Merge pull request #950 from Nordix/move-ports-to-networking
Browse files Browse the repository at this point in the history
🏃 Refactor all network client calls into networking package
  • Loading branch information
k8s-ci-robot authored Sep 15, 2021
2 parents ed56be1 + bd0e3cb commit c773ca0
Show file tree
Hide file tree
Showing 8 changed files with 547 additions and 419 deletions.
2 changes: 1 addition & 1 deletion pkg/cloud/services/compute/bastion.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (s *Service) CreateBastion(openStackCluster *infrav1.OpenStackCluster, clus
RootVolume: openStackCluster.Spec.Bastion.Instance.RootVolume,
}

securityGroups, err := s.getSecurityGroups(openStackCluster.Spec.Bastion.Instance.SecurityGroups)
securityGroups, err := s.networkingService.GetSecurityGroups(openStackCluster.Spec.Bastion.Instance.SecurityGroups)
if err != nil {
return nil, err
}
Expand Down
Loading

0 comments on commit c773ca0

Please sign in to comment.