diff options
author | Chris Callegari <ccallega@redhat.com> | 2017-04-04 14:09:21 -0400 |
---|---|---|
committer | Chris Callegari <ccallega@redhat.com> | 2017-04-04 14:09:21 -0400 |
commit | e63807d55e76b386861924cb04b6fe9148046ee7 (patch) | |
tree | 23926e7e023e1fe66f82a1756526e9ca1df3da16 /playbooks/openstack/openshift-cluster/files | |
parent | 5cc5815bcf20165525ae283569a5c77eee25180e (diff) | |
download | openshift-e63807d55e76b386861924cb04b6fe9148046ee7.tar.gz openshift-e63807d55e76b386861924cb04b6fe9148046ee7.tar.bz2 openshift-e63807d55e76b386861924cb04b6fe9148046ee7.tar.xz openshift-e63807d55e76b386861924cb04b6fe9148046ee7.zip |
Port 10255 unnecessary. Removing all instances
Diffstat (limited to 'playbooks/openstack/openshift-cluster/files')
-rw-r--r-- | playbooks/openstack/openshift-cluster/files/heat_stack.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml index 20ce47c07..82329eac1 100644 --- a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml +++ b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml @@ -340,16 +340,6 @@ resources: port_range_max: 10250 remote_mode: remote_group_id - direction: ingress - protocol: tcp - port_range_min: 10255 - port_range_max: 10255 - remote_mode: remote_group_id - - direction: ingress - protocol: udp - port_range_min: 10255 - port_range_max: 10255 - remote_mode: remote_group_id - - direction: ingress protocol: udp port_range_min: 4789 port_range_max: 4789 |