Alon Bar-Lev has uploaded a new change for review. Change subject: vdsm: packages: do not use the file trigger to reconfigure libvirt ......................................................................
vdsm: packages: do not use the file trigger to reconfigure libvirt we have the new method using the vdsm-tool. Change-Id: I051f38fb2d4b3de73b4f8729a74304634bbe15e7 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/ovirt_host_deploy/constants.py M src/plugins/ovirt-host-deploy/vdsm/packages.py 2 files changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/90/17390/1 diff --git a/src/ovirt_host_deploy/constants.py b/src/ovirt_host_deploy/constants.py index ee84e6a..971deae 100644 --- a/src/ovirt_host_deploy/constants.py +++ b/src/ovirt_host_deploy/constants.py @@ -30,7 +30,6 @@ OVIRT_HOST_DEPLOY_LOG_PREFIX = 'ovirt-host-deploy' VDSM_CONFIG_FILE = '/etc/vdsm/vdsm.conf' - VDSM_FORCE_RECONFIGURE = '/var/lib/vdsm/reconfigure' VDSM_TRUST_STORE = '/etc/pki/vdsm' VDSM_CA_FILE = 'certs/cacert.pem' VDSM_CERT_FILE = 'certs/vdsmcert.pem' diff --git a/src/plugins/ovirt-host-deploy/vdsm/packages.py b/src/plugins/ovirt-host-deploy/vdsm/packages.py index e7e1ce6..d80040f 100644 --- a/src/plugins/ovirt-host-deploy/vdsm/packages.py +++ b/src/plugins/ovirt-host-deploy/vdsm/packages.py @@ -112,9 +112,6 @@ ) def _closeup(self): - with open(odeploycons.FileLocations.VDSM_FORCE_RECONFIGURE, 'w'): - pass - # libvirt-guests is a conflict if self.services.exists('libvirt-guests'): self.services.state('libvirt-guests', False) -- To view, visit http://gerrit.ovirt.org/17390 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I051f38fb2d4b3de73b4f8729a74304634bbe15e7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches