diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-04-05 00:48:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 00:48:00 -0500 |
commit | 35bd18e59440bb5cdda7649642178bdc981635a5 (patch) | |
tree | bbce8cfeb41cba1afe8643580518326b1cdd39fc /playbooks/openstack/openshift-cluster | |
parent | 98fc57273d4c7c8bf1aeb7c81da983aa8f316dd9 (diff) | |
parent | e63807d55e76b386861924cb04b6fe9148046ee7 (diff) | |
download | openshift-35bd18e59440bb5cdda7649642178bdc981635a5.tar.gz openshift-35bd18e59440bb5cdda7649642178bdc981635a5.tar.bz2 openshift-35bd18e59440bb5cdda7649642178bdc981635a5.tar.xz openshift-35bd18e59440bb5cdda7649642178bdc981635a5.zip |
Merge pull request #3848 from mazzystr/remove_port_10255
Merged by openshift-bot
Diffstat (limited to 'playbooks/openstack/openshift-cluster')
-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 |