Make wideopen security rule also allow all udp. Fixes ticket 4974

This commit is contained in:
Kevin Fenzi 2015-12-01 18:48:21 +00:00
parent 138cae7811
commit 27c29de41e

View file

@ -1085,6 +1085,12 @@
ethertype: "IPv4"
protocol: "tcp"
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
- name: "Create 'ALL ICMP' security group"