[node-patches] Change in ovirt-node[master]: open the libvirt tls port
mburns at redhat.com
mburns at redhat.com
Fri Sep 21 11:18:53 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: open the libvirt tls port
......................................................................
open the libvirt tls port
oVirt Engine now does migration over libvirt tls port
Change-Id: Id4dfa56879a5e9b92459b103f02460399ca49274
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M recipe/ovirt17-post.ks
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/16/8116/1
diff --git a/recipe/ovirt17-post.ks b/recipe/ovirt17-post.ks
index f5c18d6..ee8a725 100644
--- a/recipe/ovirt17-post.ks
+++ b/recipe/ovirt17-post.ks
@@ -41,6 +41,8 @@
-A INPUT -i lo -j ACCEPT
#vdsm
-A INPUT -p tcp --dport 54321 -j ACCEPT
+# libvirt tls
+-A INPUT -p tcp --dport 16514 -j ACCEPT
# SSH
-A INPUT -p tcp --dport 22 -j ACCEPT
# guest consoles
--
To view, visit http://gerrit.ovirt.org/8116
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4dfa56879a5e9b92459b103f02460399ca49274
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list