Amador Pahim has uploaded a new change for review. Change subject: Added 3.3 to SupportedENGINES in dsaversion ......................................................................
Added 3.3 to SupportedENGINES in dsaversion Change-Id: I16b668f4d494c1c63fe89f8c54e5c13b94dc2911 Signed-off-by: Amador Pahim <[email protected]> --- M vdsm/dsaversion.py.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/75/15675/1 diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in index d6e156b..6433fb6 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'], + 'supportedENGINEs': ['3.0', '3.1', '3.2', '3.3'], 'supportedProtocols': ['2.2', '2.3'], 'clusterLevels': ['3.0', '3.1', '3.2', '3.3'], } -- To view, visit http://gerrit.ovirt.org/15675 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I16b668f4d494c1c63fe89f8c54e5c13b94dc2911 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
