[node-patches] Change in ovirt-node[master]: utils: fix firewall

fabiand at redhat.com fabiand at redhat.com
Thu Sep 11 13:29:39 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: utils: fix firewall
......................................................................

utils: fix firewall

Change-Id: I1fd3a8db797dd02cdf2b58f536f58f08a0abf96d
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/utils/firewall.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/24/32824/1

diff --git a/src/ovirt/node/utils/firewall.py b/src/ovirt/node/utils/firewall.py
index 98b5bed..f551938 100644
--- a/src/ovirt/node/utils/firewall.py
+++ b/src/ovirt/node/utils/firewall.py
@@ -52,7 +52,7 @@
 def open_port(port, proto):
     if is_firewalld():
         setup_firewalld(port, proto)
-    else
+    else:
         setup_iptables(port, proto)
 
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fd3a8db797dd02cdf2b58f536f58f08a0abf96d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list