Restart libvirt-bin when reconfiguring.
Otherwise configuration changes don't take effect. Change-Id: Ia233997127d3295adbb5d7c158cfbdbe79c03715
This commit is contained in:
parent
4c16ec1eca
commit
aaff520e03
@ -1,3 +1,4 @@
|
||||
nova-compute
|
||||
os-apply-config
|
||||
os-refresh-config
|
||||
os-svc-install
|
||||
|
4
elements/nova-kvm/os-refresh-config/post-configure.d/80-libvirt-bin
Executable file
4
elements/nova-kvm/os-refresh-config/post-configure.d/80-libvirt-bin
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
os-svc-restart -n libvirt-bin
|
Loading…
Reference in New Issue
Block a user