[node-patches] Change in ovirt-node[master]: Lay groundwork for a new virt-who config file
rbarry at redhat.com
rbarry at redhat.com
Wed Nov 25 14:44:02 UTC 2015
Ryan Barry 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, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/80/49180/1
diff --git a/src/ovirtnode/ovirtfunctions.py b/src/ovirtnode/ovirtfunctions.py
index d5caf33..478ab0c 100644
--- a/src/ovirtnode/ovirtfunctions.py
+++ b/src/ovirtnode/ovirtfunctions.py
@@ -83,7 +83,8 @@
"/var/lib/random-seed",
"/var/lib/glusterd",
"/var/lib/rhsm",
- "/etc/sysconfig/virt-who"]
+ "/etc/sysconfig/virt-who",
+ "/etc/virt-who.conf"]
OVIRT_VARS = {}
# Parse all OVIRT_* variables
--
To view, visit https://gerrit.ovirt.org/49180
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff17d88da6171d068fc97453264f078f7e29e9ff
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list