Yaniv Bronhaim has uploaded a new change for review. Change subject: adding compatibility for ovirt-engine 4.0 support ......................................................................
adding compatibility for ovirt-engine 4.0 support Change-Id: Ic0bf31758ad211f49582af4d6fb8b23adcd8b369 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/60/49060/1 diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in index 41f6266..ff33afa 100644 --- a/vdsm/dsaversion.py.in +++ b/vdsm/dsaversion.py.in @@ -35,8 +35,8 @@ 'version_name': version_name, 'software_version': software_version, 'software_revision': software_revision, - 'supportedENGINEs': ['3.4', '3.5', '3.6'], - 'clusterLevels': ['3.4', '3.5', '3.6'], + 'supportedENGINEs': ['3.4', '3.5', '3.6', '4.0'], + 'clusterLevels': ['3.4', '3.5', '3.6', '4.0'], } if platform.machine() == 'ppc64le': -- To view, visit https://gerrit.ovirt.org/49060 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic0bf31758ad211f49582af4d6fb8b23adcd8b369 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
