I follow https://microstack.run/docs/single-node to setup a microstack on PC, everything works well. But when I run “sudo reboot now”, after reboot, the output of “juju status -m openstack” shows:
Unit Workload Agent Address Ports Message
certificate-authority/0* active idle 10.1.5.154
cinder-ceph-mysql-router/0* active idle 10.1.5.130
cinder-ceph/0* blocked idle 10.1.5.143 (ceph) integration missing
cinder-mysql-router/0* active idle 10.1.5.132
cinder-mysql/0* active idle 10.1.5.185 Primary
cinder/0* waiting idle 10.1.5.148 (workload) Not all relations are ready
glance-mysql-router/0* active idle 10.1.5.156
glance-mysql/0* active idle 10.1.5.159 Primary
glance/0* active idle 10.1.5.157
horizon-mysql-router/0* active idle 10.1.5.176
horizon-mysql/0* active idle 10.1.5.146 Primary
horizon/0* active idle 10.1.5.129
keystone-mysql-router/0* error idle 10.1.5.187 hook failed: "start"
keystone-mysql/0* blocked idle 10.1.5.179 failed to recover cluster.
keystone/0* waiting idle 10.1.5.181 (workload) Not all relations are ready
neutron-mysql-router/0* error idle 10.1.5.191 hook failed: "start"
neutron-mysql/0* blocked idle 10.1.5.180 failed to recover cluster.
neutron/0* blocked idle 10.1.5.135 (container:neutron-server) healthcheck failed: online
nova-api-mysql-router/0* active idle 10.1.5.173
nova-cell-mysql-router/0* active idle 10.1.5.134
nova-mysql-router/0* active idle 10.1.5.167
nova-mysql/0* active idle 10.1.5.153 Primary
nova/0* waiting idle 10.1.5.150 (container:nova-scheduler) service not ready
ovn-central/0* active idle 10.1.5.152
ovn-relay/0* active idle 10.1.5.177
placement-mysql-router/0* active idle 10.1.5.131
placement-mysql/0* active idle 10.1.5.168 Primary
placement/0* active idle 10.1.5.184
rabbitmq/0* active idle 10.1.5.138
traefik/0* active idle 10.1.5.142
keystone-mysql-router/0* and neutron-mysql-router/0* are error with hook failed: “start”. How to solve this problem? Thanks a lot.