[node-patches] Change in ovirt-node[master]: kdump: Remove unneeded (and removed) validation

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Sep 18 08:46:17 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: kdump: Remove unneeded (and removed) validation
......................................................................

kdump: Remove unneeded (and removed) validation

Previously the validation was called to ensure that a value read from a
config file was valid. Due to changes the plugins.validate() method is
not available anymore and the check was additionally not necessary.

Change-Id: Ied731e09db97f4692a35ba1f32c98715d886461a
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/core/kdump_page.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/54/19354/1

diff --git a/src/ovirt/node/setup/core/kdump_page.py b/src/ovirt/node/setup/core/kdump_page.py
index 3f87a8d..30395e5 100644
--- a/src/ovirt/node/setup/core/kdump_page.py
+++ b/src/ovirt/node/setup/core/kdump_page.py
@@ -131,7 +131,6 @@
             w = "kdump.%s_location" % changes["kdump.type"]
             if w in net_types and w in self.widgets:
                 self.widgets[w].enabled(True),
-                self.validate({w: ""})
 
     def on_merge(self, effective_changes):
         """Applies the changes to the plugins model, will do all required logic


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied731e09db97f4692a35ba1f32c98715d886461a
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