Simone Tiraboschi has posted comments on this change. Change subject: dwh: Split of engine-setup-plugin ......................................................................
Patch Set 8: (2 comments) http://gerrit.ovirt.org/#/c/28242/8/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/core/check_etl.py File packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/core/check_etl.py: Line 75 Line 76 Line 77 Line 78 Line 79 > more correctly... I need minimalVersion also on line 93 Line 88: raise RuntimeError( Line 89: _('Cannot find MinimalETLVersion in vdc_options') Line 90: ) Line 91: r = result[0] Line 92: minimalVersion = r['option_value'] > this should be: Done Line 93: Line 94: minMajor, minMinor, minPatchLevel = self._parseVersionString( Line 95: minimalVersion Line 96: ) -- To view, visit http://gerrit.ovirt.org/28242 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1e53dd09940697fe6ef73ed63ef4369e73b02c42 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Yaniv Dary <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
