Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit bedc31e

Browse files
committed
Test KUTTL tests (breaking)
1 parent 10f0be4 commit bedc31e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

internal/controller/openstacklightspeed_controller.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,6 @@ func (r *OpenStackLightspeedReconciler) reconcileDelete(
268268
return ctrl.Result{RequeueAfter: time.Second * 10}, nil
269269
}
270270

271-
isUninstalled, err := UninstallInstanceOwnedOLSOperator(ctx, helper, instance)
272-
if err != nil {
273-
return ctrl.Result{}, err
274-
} else if !isUninstalled {
275-
Log.Info("OLS Operator uninstallation in progress ...")
276-
return ctrl.Result{RequeueAfter: time.Second * 10}, nil
277-
}
278-
279271
controllerutil.RemoveFinalizer(instance, helper.GetFinalizer())
280272

281273
Log.Info("OpenStackLightspeed Reconciling Delete completed")

0 commit comments

Comments
 (0)