aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-20 02:57:49 +0000
committerGerrit Code Review <review@openstack.org>2017-05-20 02:57:49 +0000
commit0900c884281dc73dd3eccbb9ae9ea58efe5487ba (patch)
tree3891b4e21d594fdf259c34ecf36b622377cdd44f
parent4065a5e27b4ec172b5204cce358bca0cff6ec11a (diff)
parent430e4d3128a9ab8ed919b43293ece45842fc57fa (diff)
Merge "Open ports 443 and 80 on haproxy's firewall when horizon is standalone"
-rw-r--r--puppet/services/horizon.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml
index 2914ee24..562afe16 100644
--- a/puppet/services/horizon.yaml
+++ b/puppet/services/horizon.yaml
@@ -126,3 +126,10 @@ outputs:
tags: step1
when: httpd_enabled.rc == 0
service: name=httpd state=stopped
+ service_config_settings:
+ haproxy:
+ tripleo.horizon.firewall_rules:
+ '127 horizon':
+ dport:
+ - 80
+ - 443