We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5788e commit d91d9f1Copy full SHA for d91d9f1
controllers/openstackmachine_controller.go
@@ -423,6 +423,7 @@ func (r *OpenStackMachineReconciler) reconcileMachineState(scope *scope.WithLogg
423
424
// Set properties required by CAPI machine controller
425
openStackMachine.Spec.ProviderID = ptr.To(fmt.Sprintf("openstack:///%s", *openStackServer.Status.InstanceID))
426
+ openStackMachine.Status.InstanceID = openStackServer.Status.InstanceID
427
openStackMachine.Status.Ready = true
428
case infrav1.InstanceStateError:
429
// If the machine has a NodeRef then it must have been working at some point,
0 commit comments