diff options
author | Chengcheng Mu <chengcheng.mu@amadeus.com> | 2015-10-01 15:33:32 +0200 |
---|---|---|
committer | Chengcheng Mu <chengcheng.mu@amadeus.com> | 2015-10-01 15:33:32 +0200 |
commit | 9229927a98389f0dae2abb51e1df971f9457afb3 (patch) | |
tree | 0879f45639ba2d70813d177e78316f07e99017a3 /playbooks/openstack | |
parent | 79f1aaeea1e3adc8021f2de0b3c7cc2fcb33ef79 (diff) | |
download | openshift-9229927a98389f0dae2abb51e1df971f9457afb3.tar.gz openshift-9229927a98389f0dae2abb51e1df971f9457afb3.tar.bz2 openshift-9229927a98389f0dae2abb51e1df971f9457afb3.tar.xz openshift-9229927a98389f0dae2abb51e1df971f9457afb3.zip |
oo_option fixed, some clean up
Diffstat (limited to 'playbooks/openstack')
-rw-r--r-- | playbooks/openstack/openshift-cluster/files/heat_stack.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml index e3e2b6872..cd2636c9c 100644 --- a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml +++ b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml @@ -256,14 +256,6 @@ resources: port_range_max: 10250 remote_mode: remote_group_id remote_group_id: { get_resource: master-secgrp } - - direction: ingress - protocol: tcp - port_range_min: 30001 - port_range_max: 30001 - - direction: ingress - protocol: tcp - port_range_min: 30850 - port_range_max: 30850 infra-secgrp: type: OS::Neutron::SecurityGroup |