Yaniv Bronhaim has uploaded a new change for review. Change subject: Adding support for cluster level 3.6 ......................................................................
Adding support for cluster level 3.6 Change-Id: I16b1f27924cc617f8144356791c1890bb6546623 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/84/37384/1 diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in index b2442f2..2fafef9 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', '3.5'], + 'supportedENGINEs': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6'], 'supportedProtocols': ['2.2', '2.3'], - 'clusterLevels': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5'], + 'clusterLevels': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6'], } -- To view, visit http://gerrit.ovirt.org/37384 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I16b1f27924cc617f8144356791c1890bb6546623 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
