Merge "Fix default init config override for nova-compute"

This commit is contained in:
Zuul 2019-02-12 22:13:04 +00:00 committed by Gerrit Code Review
commit 3ffe2c29ec
1 changed files with 5 additions and 5 deletions

View File

@ -471,11 +471,7 @@ nova_libvirtd_debug_log_filters: "3:remote 4:event 3:json 3:rpc"
nova_api_metadata_init_overrides: {}
nova_api_os_compute_init_overrides: {}
nova_compute_init_overrides:
Unit:
? libvirtd.service
? syslog.target
? network.target
nova_compute_init_overrides: {}
nova_conductor_init_overrides: {}
nova_consoleauth_init_overrides: {}
nova_novncproxy_init_overrides: {}
@ -515,6 +511,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