From: Loic Dachary Date: Mon, 19 Oct 2015 21:56:37 +0000 (+0200) Subject: openstack: open ports 1:65356 for all targets X-Git-Tag: 1.1.0~790^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F660%2Fhead;p=teuthology.git openstack: open ports 1:65356 for all targets Signed-off-by: Loic Dachary --- diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index 8a575cc2..d755616c 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 """)