Alon Bar-Lev has uploaded a new change for review. Change subject: core: offlinepackager: fake vdsm-gluster as installed ......................................................................
core: offlinepackager: fake vdsm-gluster as installed Change-Id: I72d528b55e2bd36925c429dd62874358e2e8494e Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/ovirt-host-deploy/core/offlinepackager.py 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/06/17606/1 diff --git a/src/plugins/ovirt-host-deploy/core/offlinepackager.py b/src/plugins/ovirt-host-deploy/core/offlinepackager.py index c67dcb5..6b7ec0e 100644 --- a/src/plugins/ovirt-host-deploy/core/offlinepackager.py +++ b/src/plugins/ovirt-host-deploy/core/offlinepackager.py @@ -55,6 +55,15 @@ 'epoch': '0', 'arch': 'noarch', }, + { + 'operation': 'installed', + 'display_name': 'vdsm-gluster', + 'name': 'vdsm-gluster', + 'version': '999.9.9', + 'release': '1', + 'epoch': '0', + 'arch': 'noarch', + }, ] else: return [] -- To view, visit http://gerrit.ovirt.org/17606 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I72d528b55e2bd36925c429dd62874358e2e8494e 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
