try 1 instead of 0?

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-11-27 18:56:01 +00:00
parent 28962c857e
commit 54b40174ab

View file

@ -388,7 +388,7 @@
security_group: 'wide-open-{{item}}'
cloud: "{{ os_cloud }}"
direction: "ingress"
port_range_min: "0"
port_range_min: "1"
port_range_max: "65535"
ethertype: "IPv4"
protocol: "tcp"
@ -401,7 +401,7 @@
security_group: 'wide-open-{{item}}'
cloud: "{{ os_cloud }}"
direction: "ingress"
port_range_min: "0"
port_range_min: "1"
port_range_max: "65535"
ethertype: "IPv4"
protocol: "udp"