Yaniv Bronhaim has uploaded a new change for review. Change subject: Bumping compatible cluster and engine version to 3.5 ......................................................................
Bumping compatible cluster and engine version to 3.5 Change-Id: I1eab0652847dd32c11f2612c3b3af1fe689398b6 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/dsaversion.py.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/78/28078/1 diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in index 269798a..a4a3637 100644 --- a/vdsm/dsaversion.py.in +++ b/vdsm/dsaversion.py.in @@ -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/28078 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1eab0652847dd32c11f2612c3b3af1fe689398b6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
