Fabian Deutsch has uploaded a new change for review. Change subject: installer: Persist virt-who ......................................................................
installer: Persist virt-who Change-Id: Iea809a5197097a04595be440abab38af7ff99d09 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1102462 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirtnode/ovirtfunctions.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/30/28330/1 diff --git a/src/ovirtnode/ovirtfunctions.py b/src/ovirtnode/ovirtfunctions.py index b46a42f..2b9f8a3 100644 --- a/src/ovirtnode/ovirtfunctions.py +++ b/src/ovirtnode/ovirtfunctions.py @@ -79,7 +79,8 @@ "/etc/pki", "/etc/iscsi/initiatorname.iscsi", "/etc/logrotate.d/ovirt-node", - "/var/lib/random-seed" ] + "/var/lib/random-seed", + "/etc/sysconfig/virt-who"] OVIRT_VARS = {} # Parse all OVIRT_* variables -- To view, visit http://gerrit.ovirt.org/28330 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea809a5197097a04595be440abab38af7ff99d09 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
