Yedidyah Bar David has posted comments on this change. Change subject: packaging: setup: update firewall for all services ......................................................................
Patch Set 28: (3 comments) .................................................... File packaging/setup/plugins/ovirt-engine-setup/network/firewall_manager.py Line 121 Line 122 Line 123 Line 124 Line 125 We do add it always - it's not selectable .................................................... File packaging/setup/plugins/ovirt-engine-setup/network/process_firewalld_services.py Line 44: self._processed = False Line 45: self._environment = environment Line 46: Line 47: @classmethod Line 48: def getInstance(Process, environment): Done Line 49: if Process._instance is None: Line 50: Process._instance = Process(environment) Line 51: return Process._instance Line 52: Line 46: Line 47: @classmethod Line 48: def getInstance(Process, environment): Line 49: if Process._instance is None: Line 50: Process._instance = Process(environment) Done Line 51: return Process._instance Line 52: Line 53: @property Line 54: def environment(self): -- To view, visit http://gerrit.ovirt.org/20737 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If3c1a634b2e8539ebd604205b5487290c8d8a1a9 Gerrit-PatchSet: 28 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[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
