[node-patches] Change in ovirt-node[master]: Use the right Syslog class to do the configuration
rbarry at redhat.com
rbarry at redhat.com
Wed Oct 21 14:36:51 UTC 2015
Ryan Barry has uploaded a new change for review.
Change subject: Use the right Syslog class to do the configuration
......................................................................
Use the right Syslog class to do the configuration
Use utils.system.Syslog, not plain Syslog, which just tries to
use the parent class
Change-Id: Ib5e4eb762a68399fe8df9e3e10cc2be8fdd7e192
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1273696
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/config/defaults.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/47588/1
diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index 33225ec..6e26faf 100755
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -966,7 +966,7 @@
def transaction(self):
cfg = dict(self.retrieve())
server, port = (cfg["server"], cfg["port"])
- rsyslog = Syslog()
+ rsyslog = system.Syslog()
class CreateRsyslogConfig(utils.Transaction.Element):
if server:
--
To view, visit https://gerrit.ovirt.org/47588
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5e4eb762a68399fe8df9e3e10cc2be8fdd7e192
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