Dan Kenigsberg has uploaded a new change for review. Change subject: report clusterLevel 3.5 ......................................................................
report clusterLevel 3.5 Change-Id: I230ec3c309b70fa641cdac3eb18aa7c533e4f3f7 Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm/dsaversion.py.in 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/28793/1 diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in index 269798a..b2442f2 100644 --- a/vdsm/dsaversion.py.in +++ b/vdsm/dsaversion.py.in @@ -1,5 +1,5 @@ # -# Copyright 2007-2011 Red Hat, Inc. +# Copyright 2007-2014 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ 'version_name': version_name, 'software_version': software_version, 'software_revision': software_revision, - 'supportedENGINEs': ['3.0', '3.1', '3.2', '3.3', '3.4'], + 'supportedENGINEs': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5'], 'supportedProtocols': ['2.2', '2.3'], - 'clusterLevels': ['3.0', '3.1', '3.2', '3.3', '3.4'], + 'clusterLevels': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5'], } -- To view, visit http://gerrit.ovirt.org/28793 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I230ec3c309b70fa641cdac3eb18aa7c533e4f3f7 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
