Merge "VirtualPDU use libvirt group instead of libvirtd"

This commit is contained in:
Jenkins 2017-04-26 16:09:23 +00:00 committed by Gerrit Code Review
commit 075e809791

View File

@ -1254,7 +1254,7 @@ function start_ironic_conductor {
# Starts VirtualPDU
function start_virtualpdu {
run_process ir-vpdu "virtualpdu $IRONIC_VPDU_CONFIG_FILE" libvirtd
run_process ir-vpdu "virtualpdu $IRONIC_VPDU_CONFIG_FILE" libvirt
}