diff --git a/controllers/openstackcluster_controller.go b/controllers/openstackcluster_controller.go index a06e9e4aa8..c67edf4167 100644 --- a/controllers/openstackcluster_controller.go +++ b/controllers/openstackcluster_controller.go @@ -543,8 +543,6 @@ func getBastionSecurityGroups(openStackCluster *infrav1.OpenStackCluster) []infr } func getOrCreateBastionPorts(scope scope.Scope, cluster *clusterv1.Cluster, openStackCluster *infrav1.OpenStackCluster, networkingService *networking.Service, clusterName string) error { - scope.Logger().Info("Reconciling ports for bastion", "bastion", bastionName(openStackCluster.Name)) - if openStackCluster.Status.Bastion == nil { openStackCluster.Status.Bastion = &infrav1.BastionStatus{} } diff --git a/controllers/openstackmachine_controller.go b/controllers/openstackmachine_controller.go index 15171c9f11..12fd97a569 100644 --- a/controllers/openstackmachine_controller.go +++ b/controllers/openstackmachine_controller.go @@ -490,7 +490,6 @@ func (r *OpenStackMachineReconciler) reconcileNormal(ctx context.Context, scope } func getOrCreateMachinePorts(scope scope.Scope, openStackCluster *infrav1.OpenStackCluster, machine *clusterv1.Machine, openStackMachine *infrav1.OpenStackMachine, networkingService *networking.Service, clusterName string) error { - scope.Logger().Info("Reconciling ports for machine", "machine", machine.Name) var machinePortsStatus []infrav1.PortStatus var err error