Make wideopen security rule also allow all udp. Fixes ticket 4974
This commit is contained in:
parent
138cae7811
commit
27c29de41e
1 changed files with 6 additions and 0 deletions
|
@ -1085,6 +1085,12 @@
|
||||||
ethertype: "IPv4"
|
ethertype: "IPv4"
|
||||||
protocol: "tcp"
|
protocol: "tcp"
|
||||||
remote_ip_prefix: "0.0.0.0/0"
|
remote_ip_prefix: "0.0.0.0/0"
|
||||||
|
- direction: "ingress"
|
||||||
|
port_range_min: "0"
|
||||||
|
port_range_max: "65535"
|
||||||
|
ethertype: "IPv4"
|
||||||
|
protocol: "udp"
|
||||||
|
remote_ip_prefix: "0.0.0.0/0"
|
||||||
with_items: all_tenants
|
with_items: all_tenants
|
||||||
|
|
||||||
- name: "Create 'ALL ICMP' security group"
|
- name: "Create 'ALL ICMP' security group"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue