Skip to content
Snippets Groups Projects
Commit d3a1ecc6 authored by Will Szumski's avatar Will Szumski
Browse files

Prevent libvirtd reload when only generating config

When generating config, we do not want to restart any services.

TrivialFix

Change-Id: Ice13759c406ff7cec91c9d740b0e0c43eda99510
parent 21e2434b
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,8 @@
service:
name: libvirtd
state: reloaded
when:
- kolla_action != "config"
- name: Restart nova-compute container
vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment