Prevent libvirtd reload when only generating config
When generating config, we do not want to restart any services. TrivialFix Change-Id: Ice13759c406ff7cec91c9d740b0e0c43eda99510
This commit is contained in:
parent
21e2434b59
commit
d3a1ecc688
@ -133,6 +133,8 @@
|
||||
service:
|
||||
name: libvirtd
|
||||
state: reloaded
|
||||
when:
|
||||
- kolla_action != "config"
|
||||
|
||||
- name: Restart nova-compute container
|
||||
vars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user