From a6e705bc27090c14bcb90c6129970bbd77137977 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 19 Oct 2015 23:56:37 +0200 Subject: [PATCH] openstack: open ports 1:65356 for all targets Signed-off-by: Loic Dachary --- teuthology/openstack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index 8a575cc29d..d755616ca9 100644 --- a/teuthology/openstack/__init__.py +++ b/teuthology/openstack/__init__.py @@ -485,7 +485,7 @@ ssh access : ssh {identity}{username}@{ip} # logs in /usr/share/nginx/html # for the rest. misc.sh(""" openstack security group create teuthology -openstack security group rule create --dst-port 1:10000 teuthology +openstack security group rule create --dst-port 1:65535 teuthology openstack security group rule create --proto udp --dst-port 53 teuthology # dns """) -- 2.39.5