[node-patches] Change in ovirt-node[ovirt-3.6]: Lay groundwork for a new virt-who config file
fabiand at redhat.com
fabiand at redhat.com
Thu Nov 26 16:57:30 UTC 2015
Fabian Deutsch has uploaded a new change for review.
Change subject: Lay groundwork for a new virt-who config file
......................................................................
Lay groundwork for a new virt-who config file
Virt-who configuration is moving to /etc/virt-who.conf, so we
should persist it during the install, since there won't be a TUI
interface to it. Leave the old virt-who files, since they may
still be supported (unsure for now)
Change-Id: Iff17d88da6171d068fc97453264f078f7e29e9ff
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1284934
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirtnode/ovirtfunctions.py
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/64/49264/1
diff --git a/src/ovirtnode/ovirtfunctions.py b/src/ovirtnode/ovirtfunctions.py
index 19af9dd..5d2aa56 100644
--- a/src/ovirtnode/ovirtfunctions.py
+++ b/src/ovirtnode/ovirtfunctions.py
@@ -82,7 +82,9 @@
"/etc/logrotate.d/ovirt-node",
"/var/lib/random-seed",
"/var/lib/glusterd",
- "/etc/sysconfig/virt-who"]
+ "/var/lib/rhsm",
+ "/etc/sysconfig/virt-who",
+ "/etc/virt-who.conf"]
OVIRT_VARS = {}
# Parse all OVIRT_* variables
--
To view, visit https://gerrit.ovirt.org/49264
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff17d88da6171d068fc97453264f078f7e29e9ff
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list