Skip to content

Commit da3dc4a

Browse files
authored
Merge pull request #671 from jichenjc/bug/670
set openstack cluster status for Bastion
2 parents 64e029c + a47e10a commit da3dc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/openstackcluster_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ func (r *OpenStackClusterReconciler) reconcileBastion(log logr.Logger, osProvide
309309
return err
310310
}
311311
if instance != nil {
312+
openStackCluster.Status.Bastion = instance
312313
return nil
313314
}
314315

0 commit comments

Comments
 (0)