Zhou Zheng Sheng has uploaded a new change for review. Change subject: vdsm: packages: Fix invoke libvirt configuration command failure ......................................................................
vdsm: packages: Fix invoke libvirt configuration command failure In vdsm latest master branch, libvirt reconfiguration command is "vdsm-tool libvirt-configure", but in ovirt-hostp-deploy it calls "vdsm-tool libvirt-reconfigure". This patch fixes the problem. Change-Id: I40c52687f9c2572a30d718f7cd7a62bbc0261c26 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M src/plugins/ovirt-host-deploy/vdsm/packages.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/84/17184/1 diff --git a/src/plugins/ovirt-host-deploy/vdsm/packages.py b/src/plugins/ovirt-host-deploy/vdsm/packages.py index 40dd944..3c2757b 100644 --- a/src/plugins/ovirt-host-deploy/vdsm/packages.py +++ b/src/plugins/ovirt-host-deploy/vdsm/packages.py @@ -132,7 +132,7 @@ rc, stdout, stderr = self.execute( ( self.command.get('vdsm-tool'), - 'libvirt-reconfigure', + 'libvirt-configure', ), raiseOnError=False, ) -- To view, visit http://gerrit.ovirt.org/17184 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I40c52687f9c2572a30d718f7cd7a62bbc0261c26 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
