Skip to content

Commit d61a8b2

Browse files
author
Joshua Reed
committed
Should fix affinity group issue.
1 parent 585f7ff commit d61a8b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/utils/zones.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ func (r *ReconciliationRunner) GetZones(zones *infrav1.CloudStackZoneList) Cloud
7575
client.MatchingLabels(capiClusterLabel),
7676
); err != nil {
7777
return ctrl.Result{}, errors.Wrap(err, "failed to list zones")
78-
} else if len(zones.Items) < 1 {
79-
return r.RequeueWithMessage("no zones found, requeueing")
8078
}
8179
return ctrl.Result{}, nil
8280
}

0 commit comments

Comments
 (0)