[node-patches] Change in ovirt-node[ovirt-3.6]: Use the right Syslog class to do the configuration
fabiand at redhat.com
fabiand at redhat.com
Wed Oct 21 18:24:16 UTC 2015
Fabian Deutsch 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>
(cherry picked from commit a02429ca12a888bb796a28e9ec108c5c601bf681)
---
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/11/47611/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/47611
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5e4eb762a68399fe8df9e3e10cc2be8fdd7e192
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list