[node-patches] Change in ovirt-node[master]: config: Improve resolv.conf comment

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Dec 10 19:48:53 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: config: Improve resolv.conf comment
......................................................................

config: Improve resolv.conf comment

resolv.conf is managed through Engine when Node is managed.

Change-Id: I31c21035051b0054732a0071be1033e1de00420e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=953705
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/config/defaults.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/77/22277/1

diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index befacfd..426b34f 100644
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -797,7 +797,8 @@
 
             def commit(self):
                 # Write resolv.conf any way, sometimes without servers
-                comment = ("Please make changes through the TUI. " +
+                comment = ("Please make changes through the TUI " +
+                           "or management server. " +
                            "Manual edits to this file will be " +
                            "lost on reboot")
                 aug.set("/files/etc/resolv.conf/#comment[1]", comment)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31c21035051b0054732a0071be1033e1de00420e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list