Sandro Bonazzola has posted comments on this change. Change subject: packaging: setup: Add host rename script ......................................................................
Patch Set 21: (1 comment) .................................................... File packaging/setup/plugins/ovirt-engine-common/core/protocols.py Line 71: ) Line 72: self.environment.setdefault( Line 73: osetupcons.ConfigEnv.JBOSS_DIRECT_HTTPS_PORT, Line 74: None Line 75: ) I think Alon is saying that there's no reason for using setdefault. If the value are not in the environment after configuration reading, we'll have an issue. Line 76: Line 77: @plugin.event( Line 78: stage=plugin.Stages.STAGE_SETUP, Line 79: ) -- To view, visit http://gerrit.ovirt.org/17408 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I28cb0285424236fd3e6907694f6bf1ce6ce3367f Gerrit-PatchSet: 21 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
