[node-patches] Change in ovirt-node[master]: only run post install hook from ovirtfunctions.py with tui i...

mburns at redhat.com mburns at redhat.com
Thu Aug 16 12:27:54 UTC 2012


Michael Burns has posted comments on this change.

Change subject: only run post install hook from ovirtfunctions.py with tui install
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File scripts/ovirtnode/ovirtfunctions.py
Line 880:     hookdir="/etc/ovirt-config-boot.d"
Line 881:     for hook in os.listdir(hookdir):
Line 882:         if not is_auto_install():
Line 883:             system_closefds(os.path.join(hookdir,hook))
Line 884:         system_closefds(os.path.join(hookdir,hook))
shouldn't this line be removed?
Line 885:     for f in ["/etc/ssh/ssh_host%s_key" % t for t in ["", "_dsa", "_rsa"]]:
Line 886:         ovirt_store_config(f)
Line 887:         ovirt_store_config("%s.pub" % f)
Line 888:     # store keyboard config


--
To view, visit http://gerrit.ovirt.org/7199
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I359d56b284a71b7621062d92321f1d6523edce04
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list