This may be correlated with the paused systemd units from the series-upgrade prepare:
# systemctl status nova-compute.service openvswitch-switch.service ● nova-compute.service Loaded: masked (/dev/null; bad) Active: inactive (dead)
● openvswitch-switch.service Loaded: masked (/dev/null; bad) Active: inactive (dead)
Upon boot, these are the settings of the services, and then when we run complete, it enables these, but the ordering may not be re-calculated properly.
This may be correlated with the paused systemd units from the series-upgrade prepare:
# systemctl status nova-compute.service openvswitch-switch.serviceservice
● nova-compute.
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
● openvswitch-switch.service
Loaded: masked (/dev/null; bad)
Active: inactive (dead)
Upon boot, these are the settings of the services, and then when we run complete, it enables these, but the ordering may not be re-calculated properly.