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.
2 parents 1e2d65b + d91d9f1 commit 6701f61Copy full SHA for 6701f61
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