Ensure nova-compute service start after libvirtd
This patch aims to ensure that the nova-compute systemd service is started only after the libvirtd systemd service. This is a re-implementation of https://review.openstack.org/593001 which is required due to the changes in how the services is setup. Closes-Bug: 1780011 Co-Authored-By: kaiokassiano <kaiokmo@lsd.ufcg.edu.br> Change-Id: Ie9b6d83d4a9573be96e050376f756e97895b6e67
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
[Unit]
|
||||
Description=nova openstack service
|
||||
{% if item.service_name == nova_services['nova-compute']['service_name'] %}
|
||||
After=libvirtd.service
|
||||
{% endif %}
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user