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 <[email protected]>
---
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 <[email protected]>
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to