try 1 instead of 0?
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
28962c857e
commit
54b40174ab
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue