Merge "[swarm-mode] allow TCP port 2377 to swarm master node"

changes/58/595458/2
Zuul 5 years ago committed by Gerrit Code Review
commit 118875bebf

@ -244,6 +244,9 @@ resources:
- protocol: tcp
port_range_min: 2375
port_range_max: 2375
- protocol: tcp
port_range_min: 2377
port_range_max: 2377
- protocol: tcp
remote_ip_prefix: {get_param: fixed_network_cidr}
port_range_min: 1

Loading…
Cancel
Save