Merge "Ensure nova-compute service start after libvirtd"

This commit is contained in:
Zuul 2018-09-04 14:27:34 +00:00 committed by Gerrit Code Review
commit 0808d444c5
2 changed files with 5 additions and 0 deletions

View File

@ -481,6 +481,10 @@ nova_services:
start_order: 6
execstarts: "{{ nova_bin }}/nova-compute"
execreloads: "/bin/kill -HUP $MAINPID"
after_targets:
- libvirtd.service
- syslog.target
- network.target
nova-conductor:
group: nova_conductor
service_name: nova-conductor

View File

@ -135,6 +135,7 @@
name: systemd_service
private: true
vars:
systemd_after_targets: "{{ service_var.after_targets | default(['syslog.target', 'network.target']) }}"
systemd_user_name: "{{ nova_system_user_name }}"
systemd_group_name: "{{ nova_system_group_name }}"
systemd_tempd_prefix: openstack