You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't set OSMachine Ready until all config is complete
With this change, an OpenStackMachine will not be marked Ready until it
has been completely initialised, including setting its Addresses and
adding it to the APIServer loadbalancer if required.
Also fix a missing early return when the instance has been unexpectedly
deleted.
openStackMachine.SetFailure(capoerrors.DeprecatedCAPIUpdateMachineError, errors.New(infrav1.ServerUnexpectedDeletedMessage)) //nolint:stylecheck // This error is not used as an error
ifcondition.Type==infrav1.InstanceReadyCondition&&condition.Status==corev1.ConditionFalse&&condition.Reason==infrav1.InstanceDeletedReason&&condition.Message=="server has been unexpectedly deleted"{
0 commit comments