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
Fix panic when OpenStack server is deleted by an external agent
The panic happened because we did not correctly handle that
GetInstanceStatus returns a nil server if the server does not exist,
rather than a 404 error.
We had the same oversight in the OpenStackServer controller. It looks
like this would have resulted in recreating the server.
0 commit comments