[node-patches] Change in ovirt-node[master]: Fixup typos
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Jun 25 16:46:47 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: Fixup typos
......................................................................
Fixup typos
Change-Id: I868c5139f48f311bb702eef6125b186ace1b1d19
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/config/defaults.py
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/17/29217/1
diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index f80f88c..89ffec3 100644
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -1322,7 +1322,6 @@
f.sed("/SYSLOGPORT/d")
def configure_netconsole(self, server, port):
- from ovirtnode.ovirtfunctions import ovirt_store_config
aug = utils.AugeasWrapper()
if server and port:
aug.set("/files/etc/sysconfig/netconsole/SYSLOGADDR",
@@ -1337,7 +1336,7 @@
"service. Is the host resolvable?")
else:
self._clear_config()
- fs.Config().persist("/etc/sysconfig/netconsole"):
+ fs.Config().persist("/etc/sysconfig/netconsole")
self.logger.info("Netconsole Configuration Updated")
cfg = dict(self.retrieve())
--
To view, visit http://gerrit.ovirt.org/29217
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I868c5139f48f311bb702eef6125b186ace1b1d19
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list