From 31409df8d9b41e915c3a415b68aa0f29b871e0a1 Mon Sep 17 00:00:00 2001
From: Jiri Mencak <jmencak@redhat.com>
Date: Tue, 23 Jan 2018 16:10:34 +0100
Subject: Fix: e2e tests failing due to :1936/metrics unaccessible.

This PR allows access to tcp/1936 ingress infra-secgrp policy,
so that e2e test do not fail looking for router metrics port
:1936/metrics
---
 roles/openshift_openstack/templates/heat_stack.yaml.j2 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/roles/openshift_openstack/templates/heat_stack.yaml.j2 b/roles/openshift_openstack/templates/heat_stack.yaml.j2
index 8e7c6288a..1d3173022 100644
--- a/roles/openshift_openstack/templates/heat_stack.yaml.j2
+++ b/roles/openshift_openstack/templates/heat_stack.yaml.j2
@@ -418,6 +418,10 @@ resources:
           protocol: tcp
           port_range_min: 443
           port_range_max: 443
+        - direction: ingress
+          protocol: tcp
+          port_range_min: 1936
+          port_range_max: 1936
 
   cns-secgrp:
     type: OS::Neutron::SecurityGroup
-- 
cgit v1.2.3