File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ func ReconcileOVNDbClusters(ctx context.Context, instance *corev1beta1.OpenStack
7373 if _ , err := EnsureDeleted (ctx , helper , OVNDBCluster ); err != nil {
7474 return false , err
7575 }
76- instance .Status .Conditions .Remove (corev1beta1 .OpenStackControlPlaneOVNReadyCondition )
7776 continue
7877 }
7978
@@ -121,7 +120,6 @@ func ReconcileOVNNorthd(ctx context.Context, instance *corev1beta1.OpenStackCont
121120 if _ , err := EnsureDeleted (ctx , helper , OVNNorthd ); err != nil {
122121 return false , err
123122 }
124- instance .Status .Conditions .Remove (corev1beta1 .OpenStackControlPlaneOVNReadyCondition )
125123 return false , nil
126124 }
127125
@@ -170,7 +168,6 @@ func ReconcileOVNController(ctx context.Context, instance *corev1beta1.OpenStack
170168 if _ , err := EnsureDeleted (ctx , helper , OVNController ); err != nil {
171169 return false , err
172170 }
173- instance .Status .Conditions .Remove (corev1beta1 .OpenStackControlPlaneOVNReadyCondition )
174171 return false , nil
175172 }
176173
You can’t perform that action at this time.
0 commit comments