Open the 8472 port of master for vxlan

When the backend of flanneld service is vxlan(it listens to 8472
UDP port), magnum need open the port from master.

Closes-Bug: #1767546
Change-Id: Iac5beac5a90d9f81a0cd9f481531677a710608a8
This commit is contained in:
PanFengyun 2018-04-27 20:32:28 +08:00
parent 6215887bc1
commit 872999711c
1 changed files with 3 additions and 0 deletions

View File

@ -533,6 +533,9 @@ resources:
- protocol: tcp
port_range_min: 30000
port_range_max: 32767
- protocol: udp
port_range_min: 8472
port_range_max: 8472
secgroup_kube_minion:
type: OS::Neutron::SecurityGroup