Fabian Deutsch has posted comments on this change. Change subject: snmp auto:fix snmp page still shown disabled issue ......................................................................
Patch Set 4: Code-Review-1 (2 comments) http://gerrit.ovirt.org/#/c/22727/4/src/ovirt/node/utils/hooks.py File src/ovirt/node/utils/hooks.py: Line 29: Line 30: Line 31: class Hooks(base.Base): Line 32: @staticmethod Line 33: def pre_install(): If this hook is only run through auto install, please call it pre_auto_install Line 34: hooks_directory = "/etc/ovirt-config-boot.d" Line 35: Hooks.__run(hooks_directory) Line 36: Line 37: @staticmethod Line 34: hooks_directory = "/etc/ovirt-config-boot.d" Line 35: Hooks.__run(hooks_directory) Line 36: Line 37: @staticmethod Line 38: def post_install(): and post_auto_install Line 39: hooks_directory = "/etc/ovirt-config-boot.d/" Line 40: Hooks.__run(hooks_directory) Line 41: Line 42: @staticmethod -- To view, visit http://gerrit.ovirt.org/22727 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I113f9835d9ac76deaab50bd9e8dfcb034328e441 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
