]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: open ports 1:65356 for all targets 660/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 19 Oct 2015 21:56:37 +0000 (23:56 +0200)
committerLoic Dachary <ldachary@redhat.com>
Mon, 19 Oct 2015 21:56:37 +0000 (23:56 +0200)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
teuthology/openstack/__init__.py

index 8a575cc29d41a5ccd72f88127fe4b2762bed9511..d755616ca9bdc98980470e3e35e8447ce47f9b4e 100644 (file)
@@ -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
         """)