diff --git a/playbooks/groups/overcloud-config.yml b/playbooks/groups/overcloud-config.yml index f1698e25dd..06254a1835 100644 --- a/playbooks/groups/overcloud-config.yml +++ b/playbooks/groups/overcloud-config.yml @@ -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"