Alon Bar-Lev has uploaded a new change for review. Change subject: gluster: packages: fix typo ......................................................................
gluster: packages: fix typo Change-Id: If8ec7636ce77fc5cebf0175ec500effb38ce24af Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/ovirt-host-deploy/gluster/packages.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/79/10279/1 diff --git a/src/plugins/ovirt-host-deploy/gluster/packages.py b/src/plugins/ovirt-host-deploy/gluster/packages.py index 516eabe..c4b0300 100644 --- a/src/plugins/ovirt-host-deploy/gluster/packages.py +++ b/src/plugins/ovirt-host-deploy/gluster/packages.py @@ -74,4 +74,4 @@ condition=lambda self: self._enabled, ) def _packages(self): - self.packager.installUpdate(('vdsm-gluster')) + self.packager.installUpdate(('vdsm-gluster',)) -- To view, visit http://gerrit.ovirt.org/10279 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If8ec7636ce77fc5cebf0175ec500effb38ce24af Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
