diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-20 02:57:49 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-20 02:57:49 +0000 |
commit | 0900c884281dc73dd3eccbb9ae9ea58efe5487ba (patch) | |
tree | 3891b4e21d594fdf259c34ecf36b622377cdd44f | |
parent | 4065a5e27b4ec172b5204cce358bca0cff6ec11a (diff) | |
parent | 430e4d3128a9ab8ed919b43293ece45842fc57fa (diff) |
Merge "Open ports 443 and 80 on haproxy's firewall when horizon is standalone"
-rw-r--r-- | puppet/services/horizon.yaml | 7 |
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 |