0

Is there a proper way to reboot the openstack cloud launched with Autopilot? I just had to do a hard reboot of some of my servers, and the cloud has stopped working.

ladrua
  • 213
  • 2
  • 13

1 Answers1

1

As of this writing, there is no more graceful way to do this. If services have stopped, get access to your environment then clean up the services manually -- usually by doing juju resolved --retry <unit> on everything that has failed.

dpb
  • 7,069