[node-patches] Change in ovirt-node[master]: snmp auto:fix snmp page still shown disabled issue

fabiand at fedoraproject.org fabiand at fedoraproject.org
Fri Feb 21 17:13:28 UTC 2014


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 <hadong0720 at gmail.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes



More information about the node-patches mailing list