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

Commit 0082d36

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

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

internal/controller/openstacklightspeed_controller.go

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -260,22 +260,6 @@ func (r *OpenStackLightspeedReconciler) reconcileDelete(
260260
Log := r.GetLogger(ctx)
261261
Log.Info("OpenStackLightspeed Reconciling Delete")
262262

263-
isRemoved, err := RemoveOLSConfig(ctx, helper, instance)
264-
if err != nil {
265-
return ctrl.Result{}, err
266-
} else if !isRemoved {
267-
Log.Info("OLSConfig removal in progress ...")
268-
return ctrl.Result{RequeueAfter: time.Second * 10}, nil
269-
}
270-
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-
279263
controllerutil.RemoveFinalizer(instance, helper.GetFinalizer())
280264

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

0 commit comments

Comments
 (0)